- Make sure you're using the correct Node version (see
.nvmrc
) - Run
npm install
to get the required libraries
- Build the distribution:
npm run build
- Run the linter:
npm run lint
- Run the tests:
npm run test
- Generate test coverage:
npm run coverage
- Run the development app (runs the app continuously via nodemon and re-compiles on code
changes):
npm run start:dev
- Run the production app:
npm run start:prd