This project uses:
- Angular CLI version 19
- REST APIs from DummyJSON and Open Trivia Database.
- ngx-bb-ui Custom Angular components library View Code
- Cypress for E2E testing
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run npm run cy:open
to execute the end-to-end tests, using Cypress.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.