Nodemon
NODEMON it is a package which is used to automatically restart the server whenever we make a change in the code
to install it COMMAND: npm install nodemon
installing the package globally is useful
npm install -g nodemon
NODEMON it is a package which is used to automatically restart the server whenever we make a change in the code
to install it COMMAND: npm install nodemon
installing the package globally is useful
npm install -g nodemon
Comments
Post a Comment