My first web appliation with Node.js
I am following the guide from here.
- Run
npm installto install all the required modules. - Run
node index.jsto start the server. - Visit the website at http://localhost:8888/.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
My first web appliation with Node.js
I am following the guide from here.
npm install to install all the required modules.node index.js to start the server.