New branch test ...
IMPORTANT! If you are Windows user run all commands in terminal as administrator
- Run
npm install - Run
bower install - Run
npm install -g grunt-cli(if it's not installed yet)
Run grunt dev and open http://localhost:8082.
It's possible to start unit tests with grunt test:unit and e2e tests with grunt test:e2e.
It's possible to build app with this command grunt build.