saladenicoise / SOEN-487-Galactus

Final Project for SOEN 487
4 stars 1 forks source link

Adding nodemon for live reload #48

Closed eyeshield2110 closed 1 year ago

eyeshield2110 commented 1 year ago

When developing on the server side, it is often useful to see your changes in-real time. That's why I added the nodemon package.

To do run a server in live-reload, go to the particular service directory and run npm install. Then run npm run live-reload to run the service.

TO DO before merging