Install Nodemon

Learn how to install Nodemon to avoid restarting our server every time we make a change.

Notice that we’re manually restarting the server every time we make a code change, which is too time-consuming.

Nodemon

Enter Nodemon, a development tool that monitors Node.js applications and automatically restarts the server whenever it detects file changes.

  1. Install the nodemon package globally:

Get hands-on with 1200+ tech skills courses.