DEV Community

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

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay