Please read the contribution.md file to learn how to correctly add changes to this project.
Run locally with backend calls against dev:
ng serve
Run locally with backend calls against localhost:
ng serve --configuration=local
Once the app is started open the following url to view the project in the browser. If changes are done within the file system or within files the app will automatically compile and reload.
Project url: http://localhost:4200/
To change the port add --port=PORT_NUMBER to ng serve statement:
ng serve --port=4300