A simple goals app written with Angular2. The project was scaffolded using Angular CLI
- In terminal navigate to the project directory then run
ng serve
- Open the following address in your browser
http://localhost:4200/
- To build the project run
ng build
with -prod.
This will create the /dist/ folder.