Skip to content

Common Commands for Node JS

Aakash Goplani edited this page Feb 19, 2020 · 2 revisions
  1. npm init
  2. create app.js
  3. npm install --save nodemon body-parser
  4. "start" command for nodemon config "start": "nodemon app.js"
  5. npm install --save express
  6. npm install --save ejs@latest pug@latest express-handlebars@latest
Clone this wiki locally