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.
Scripts in client and server have been changed using
nodemon
instead ofnpm 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.