- Node.js is essential for the project. Download it here: https://nodejs.org/en/. Download the LTS version.
 - Install ‘n’. It maintains the version of node.js from time to time.
 - In your terminal install “Nodemon”. Nodemon is an npm package.
 - Run the command: 
npm install nodemon –g 
Above command installs the nodemon globally.