This project was generated with Angular CLI.
Angular: 15.x
| Script | Description | Example |
|---|---|---|
| start | start the application | npm start |
| build | built application for production | npm run build |
| build:docker | build docker image | npm run build:docker |
| start:docker | start the prebuilt docker image on port 3000 | npm run start:docker |
| test | run unit tests in watch mode | npm test |
| test:ci | run unit tests for CI/CD environment | npm run test:ci |