A Private Repo for DPS955
- Installing dependencies:
npm install
- Starting the server:
npm start
- Starting the server in dev mode (changes are updated on save and will be reflected immediately):
npm run dev
- Starting the server in debug mode:
npm run debug
- Linting the code to check for errors:
npm run lint