This project was generated with Angular CLI version 6.0.1
You need node.js with npm on your machine.
This app will install all required dependencies automatically. Just start the commands below in the root folder where you stored the package.
$ npm install
To run this app in your browser just start everything whit the comment below in the applications root folder.
It will update everything an start a simple web server on http://localhost:1337/
$ npm start
All unit tests are performed with jasmin and karma and can be configured in karma.conf.js
.
Predefined are dependencies for PhantomJS
, Firefox
and Chrome
.
On windows you may have to define the environment variables FIREFOX_BIN
and CHROME_BIN
to locate your browsers correctly.
Run command below to execute all unit test:
$ npm test-coverage
- 100% test coverage is important before pushing to the remote origin
- All PR submitted should include a 100% test coverage
- Do not comment out codes, delete them instead
- Maintain the projects style of code