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