DEV Community

Digamber Singh
Digamber Singh

Posted on

How to Configure Nodemon to Auto-reload Node App?

The post How to Configure Nodemon to Auto-reload Node App? appeared first on positronX.io.

In this Node.js tutorial, I will tell you how to install and configure nodemon to auto-restart the basic Node.js web application with express.js server. We’ll create a basic node app and if any change occurs in the app then nodemon will automatically restart the server for us.

What Does nodemon Do?

The nodemon is an npm module developed by remy. The nodemon is used with Node.js applications and helps in automatically restarting the node.js application when any change is made in the project files.

Click here to read more

Top comments (0)