2.4.1.listen port and simple routing
1.Run a simple web server
1.Install all npm modules recorded on package.json
npm install2.Append code to app.js to listen specific port, for example:
app.listen(8000)3.Try to start app.js

4.Open browser

Last updated
Was this helpful?