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:
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: