This is the Dashboard and User Management Interface for CloudFleet Blimps.
Generated with yo angular generator version 0.11.1.
You need to have node installed.
You get all the local dependencies by doing:
npm install
bower install
Run grunt for building and grunt serve for live preview as you work.
If you want to add a dependency from bower.io, do:
bower install --save <package-name>
For example, to add the angular-ui-router do
bower install --save angular-ui-router.
To develop with the other necessary CloudFleet services (user management), follow these steps:
- Clone project
- Install Docker (or boot2docker on OS X)
- Install docker-compose
- Run
docker-compose up - Open http://localhost:8888 in your browser
(replace localhost with the output of
boot2docker ipon OS X) - Rock out!
Running grunt test will run the unit tests with karma.