This project is generated with yo angular generator version 0.15.1.
The file env.sh contains environment variables used to setup the envrionment.
API_URL="http://192.168.99.100:1337" # URL Path to the Packebian API (https://github.com/Packebian/Backend-controller)Install dependencies and update the $PATH
$ npm install
$ source env.sh
$ bower installGrunt tasks can build and serve the app
$ grunt
$ grunt serveKarma tests are run with grunt
$ grunt test