Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.71 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.71 KB

Programmierprojekt

This project was generated with Angular CLI version 16.2.1. For running the following commands, it is neccessary to install said CLI.

Development server

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.

Online server

Accessibility

The project is available online at www.clustericke.de. A separate branch (test-deployment) is also available online at www.test.clustericke.de. You can push changes directly to test-deployment, then the build process is triggered and the changes are deployed to www.test.clustericke.de.

CI/CD-Pipeline

For viewing triggers and builds see Google Cloud Build. For viewing the deployed versions, traffic allocation and monitoring traffic see Google App Engine.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Testing

Unit-Tests

Run ng test to execute the unit tests via Karma.

End-to-end tests

Run npx playwright test to execute end-to-end test via Playwright.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.