This is the Angular front-end for the ha-api project.
Run npm install
to download all necessary package dependencies.
Run npm start
to run a local development service on http://localhost:4200.
Also run the ha-api on localhost:3000 (with npm start
in de ha-api project.)
This project is package and placed in de dist
folder of the ha-api project.
To build ha-angular run npm run-script build-prod
.
In th dist project a new folder with the packaged ha-angular is created. Copy this folder and its contents to de dist folder of ha-api project.