You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@jasonmcneill - Nick has abandoned this product, I'd like to direct you to my variation called Cognac box which is a much more current version based on supported versions of Ubuntu, PHP and Vagrant. You can find at: https://github.com/reddingwebpro/cognacbox
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.The text was updated successfully, but these errors were encountered: