Creating Nodemon in Node.js

added by JavaScript Kicks
11/12/2018 9:17:28 AM

1614 Views

Manually restarting an application's process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant developer eventually said "enough!" and decided toput an end to the madness with a very simple package  -  .


0 comments