Frontend of the Controlled Health website built with Angular.
Angular | 13.2.x | https://angular.io |
Material | 13.2.x | https://material.angular.io |
NgRx | 13.0.2 | https://ngrx.io |
The backend of this repository was built with Ruby on Rails 6 and is called controlled_health_api.
git clone https://github.com/peimelo/controlled-health-frontend.git
cd controlled-health-frontend
# installation of dependencies
npm install
# run the project
ng serve
Open the browser at the address http://localhost:4200
The backend is expected to rise to http://localhost:3000
. If you want another port, change the file src/proxy.conf.json
and restart the frontend.