• traditionally when u change something, u have to restart the server
  • nodemon automatically restarts the node application when file changes are detected
  • npm i -g nodemon
  • nodemon index.js
  • npx nodemon index.js