Forem

Digamber Rawat
Digamber Rawat

Posted on

1

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

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)