Example project using Express
node --version
npm --version
npm init
npm install --save express
npm install -g nodemon
nodemon index.js
Open http://localhost:3000 in your browser.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example project using Express
node --version
npm --version
npm init
npm install --save express
npm install -g nodemon
nodemon index.js
Open http://localhost:3000 in your browser.