Added web UI files
107 files changed
tree: fee1fec2a5d325fc2c4651fa69ec1e1de6475e9a
  1. .vscode/
  2. e2e/
  3. nginx/
  4. proxy/
  5. src/
  6. .dockerignore
  7. .editorconfig
  8. .gitignore
  9. .prettierrc
  10. angular.json
  11. db.json
  12. docker-compose.yml
  13. Dockerfile
  14. LICENSE
  15. Makefile
  16. package.json
  17. README.md
  18. routes.json
  19. start.sh
  20. tsconfig.json
  21. tslint.json
  22. yarn.lock
README.md

Uscheduler UI

This project was generated with Angular CLI version 6.1.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Local Development

The app depends on json-server for data. Install json-server locally. Run make start-jsonserver to start json-server for local development.

Docker for production

Run make build-webapp to build the docker image scheduler-web. Run make start-webapp to deploy the container from the scheduler-web image.

Docker compose for production

Run make deploy-prod to build and deploy the scheduler webapp using docker-compose.