Front end for keepalive-service
- Retrieves a list of buttons from the back end and puts them in a table
- Add/remove buttons
- Authentication
The proxy is expecting keepalive-service running the API locally
- In one console tab start the service with
npm run dcr start - In another console tab start the front end (this project), with
npm run start
npm install- first time setup after cloning this repo. Easy to forgetnpm run ng serve- dev server athttp://localhost:4200/. The app will automatically reload if you change any of the source filesnpm run ng build- build project and put artifacts indist/. Use--prodfor production buildnpm run ng test- unit testsnpm run ng e2eto execute the end-to-end tests. Before running the tests make sure you are serving the app viang servein another console
This project was generated with Angular CLI version 1.3.0.