Run pnpm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
If your Blueriq runtime is not at http://localhost:10080, set the environment variable BQ_MATERIAL_NG_PROXY_TARGET_URL
Run pnpm install to install required dependencies.
Run pnpm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run pnpm run test to execute the unit tests via Karma.
Run pnpm run lint to execute the lints via eslint
Run pnpm run verify:all to run all linting and tests with code-coverage
Run pnpm run e2e:dev to execute the end-to-end tests via Cypress.
This project was generated with Angular CLI.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.