Nodemon is a tool for Node.js that automatically restarts your application when file changes are detected, enhancing development efficiency. Unlike native Node.js watch mode, Nodemon offers advanced features like handling crashes, running events, and launching non-Node.js executables. Installation can be done globally or locally within a project. Various configurations, including legacy file watch, delayed restarts, specific directories watch, and event triggers, are also supported.

10m read timeFrom blog.openreplay.com
Post cover image
Table of contents
Introducing NodemonInstalling NodemonNodemon usagePassing arguments to your scriptNodemon helpNodemon advanced configurationGraceful script terminationSummary

Sort: