Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.33 KB

AirqualityhomeApp

This project was generated with Angular CLI version 17.3.8.

Development server

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.

Local Development with standalone server

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.

Code scaffolding

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.

Build

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

Running unit tests with jest

Run npm run test to execute the unit tests via Jest.

Running end-to-end tests

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.

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.