Common Commands for Node JS - aakash14goplani/FullStack GitHub Wiki

  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