To start you should install the dependencies with npm
npm install
then enter the src folder
cd src
then run nodemon pointing to index.js
nodemon index.js
To start you should install the dependencies with npm
npm install
then enter the src folder
cd src
then run nodemon pointing to index.js
nodemon index.js