This project was generated with Angular CLI version 17.3.8.
Run npm run start:local
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run npm run start:standalone
to start the application on http://localhost:4200 with an api mock json-server running on
http://localhost:3001`.
The application will automatically reload if you change any of the source files.
Run ng g c 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 npm run test
to execute the unit tests via Jest.
Run npm run test:integration
to execute the end-to-end tests with playwright.
Run npm run test:integration:open
to observe the running end-to-end tests on a browser.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.