#in command line
npm init
npm install express --save (entry point: (index.js))
npm install -g nodemon
nodemon index.js
will serve localy on http://localhost:4000/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#in command line
npm init
npm install express --save (entry point: (index.js))
npm install -g nodemon
nodemon index.js
will serve localy on http://localhost:4000/