Configuring Nodemon on a Node.js server
The constant rebooting of a Node.js application manually is a very tedious and tiring job, but to avoid having to do this work over and over again, Nodemon is responsible for automatically restarting the Node.js application server in development mode...
fsuarez.dev2 min read