Closed eyeshield2110 closed 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.
npm install
npm run live-reload
TO DO before merging
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 runnpm run live-reload
to run the service.TO DO before merging