- Install dependencies:
npm install
- Run app:
ng serve
- Run Unit and Integration tests:
ng test --code-coverage
- Run e2e tests:
ng e2e
- Run e2e tests with output to the console:
npm run cypress:run
- Run eslint:
npm run lint
The backend for this Angular project is this: Django backend.