nodemon is an automated process that monitors the directory for a given node application. When files change in this directory, nodemon automatically restarts the node application.
nodemon is an automated process that monitors the directory for a given node application. When files change in this directory, nodemon automatically restarts the node application.
Basic usage
nodemon [your node app]
nodemon ./server.js localhost 8080