Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 745 Bytes

File metadata and controls

31 lines (19 loc) · 745 Bytes

Development

0. Contribution

Please read the contribution.md file to learn how to correctly add changes to this project.

1. Run the project on your local machine

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/

Run two angular apps on different ports:

To change the port add --port=PORT_NUMBER to ng serve statement:

ng serve --port=4300