To get started, clone the repo or download it.
Commands:
-
npm install (install all dependencies) on windows 8.1 if you got error "...Could not load the Visual C++ component "VCBuild.exe"...." on Administration cmd run npm install -g --production windows-build-tools restart computer run one again npm install
-
npm start (app visible on http://localhost:4200)
-
npm test (all components tests; run by karma)
-
npm e2e (all end-to-end tests; run by protractor)
In case of any questions feel free to ask me.