To run this properly You have on your machine at least npm, bower, grunt.
git clone [email protected]:arkadiuszputko/backbase-angular.git
cd backbase-angular
npm install
bower installThan run tests:
grunt testServe the development state of project
grunt serveOr build project and execute index.html file from dist directory
grunt build