Don't forget to install Angular CLI first
npm install -g @angular/cli
For more information please visit Angular official guide
npm i
npm run start
npm run storybook
Please install and set up the following plugins:
- ESLint
- Prettier
- REST Client to support .http file extension which is used in a models folder (IDEA, VSCode)
- Developers stand test build:
npm run build-dev
- Demo stand build:
npm run build-demo
- Production AOT build:
npm run build-prod
The bundle is being deployed with GitHub Actions. Workflow configs for each environment are here:
.github/workflows
npm run build-storybook
Storybook is being deployed with a special GitHub action you can enable in your repository settings.