This project was created with express-generator-typescript.
Run the server in development mode.
Run all unit-tests.
Run a single unit-test.
Check for linting errors.
Build the project for production.
Run the production build (Must be built first).
- If
npm run dev
gives you issues with bcrypt on MacOS you may need to run:npm rebuild bcrypt --build-from-source
.