This project was generated with Angular CLI version 19.
Ensure you have the following installed:
- Node.js (LTS recommended)
- Angular CLI (
npm install -g @angular/cli
)
Run ng serve
to start the development server. Navigate to http://localhost:4200/
. The app will automatically reload if you modify any source files.
Use Angular CLI to generate components, services, directives, and more:
ng generate component component-name
ng generate service service-name
ng generate module module-name
For a full list of available commands, run ng generate --help
.
Run ng build
to create a production-ready build. The output will be stored in the dist/
directory.
ng build --configuration=production
Run ng test
to execute unit tests via Karma.
Run ng e2e
to execute E2E tests via Cypress (if configured).
Ensure code quality with linting and formatting tools:
ng lint
npm run prettier
For more information, visit the Angular CLI Documentation or use ng help
in the terminal.