Using nodemon for Development Workflow

You will have noticed that, after making the changes in first exercise, we had to go back and stop the server and start over again. Doing this every time you make a change to your code becomes very cumbersome. Luckily, tooling comes to our rescue.

There is a Node.js package called nodemon, which can help restart the server automatically whenever there is a change in our files.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset