This is a meeting timer that lets you time the overall meeting time as well as individual agenda item times. You can view a live demo of this project.
This project is currently using anglular-cli version 1.4.2 and angular version 4.2.4.
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.
If running on a VM try ng serve --host 0.0.0.0 --port 4200 --prod. Using the --prod option will help compile Angular to catch any errors/warnings that may only appear when building a production version.
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.
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.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
This project currently uses angular-cli-ghpages.
After pushing changes to master, run ng build --prod --base-href "https://boykoc.github.io/meeting-timer/" then angular-cli-ghpages.