QuantEcon / Bookshelf

Code for the site QuantEconLib
1 stars 0 forks source link

Add nodemon for development purpose #301

Closed AtlasMaxima-zz closed 5 years ago

AtlasMaxima-zz commented 5 years ago

Scripts in client and server have been changed using nodemon instead of npm start for development purposes.

nodemon is used to watch changes so instead of restarting the server each time when there are changes, nodemon will watch these changes and update the back and front end.