Run tests with:
npm run test-watch
to keep the tests scanning for changes
npm test
to run tests once
Run application with:
-
To run app and keep reloading changes:
nodemon server/server.js
-
To run app:
npm start
node server/server.js
Run tests with:
npm run test-watch
to keep the tests scanning for changes
npm test
to run tests once
Run application with:
To run app and keep reloading changes:
nodemon server/server.js
To run app:
npm start
node server/server.js