I am working on a project with NodeJS
, and I just realized that I must restart the server every time I make my changes, is there any way to avoid this?
I am working with NodeJS 6.10
, express 4.13
, gulp 3.9
, npm 3.10
.