May 11, 2016

Node monitor - github.com/remy/nodemon

Nodemon restarts the server automatically whenever we save a file that the server uses. We can install Nodemon by using the following command:
$ npm install nodemon --save-dev
We only use nodemon on dev environment.

No comments:

Post a Comment