My NodeJS project uses nodemon as a dev dependency. I have a script in my package.json which starts the NodeJS server using nodemon. The utility of using nodemon is that any changes you make to the code and save, it automatically restarts the server. As it is with scotch-box, while running a NodeJS app, you have to manually stop the server then start it again whenever you have saved some changes.