Demo project showing an AngularJS application consuming the Hippo CMS GoGreen REST API.
####Prerequisites
- Node Package Manager (NPM)
- Git
####Dependencies
####1. Install Grunt and Bower
$ sudo npm install -g grunt-cli bower
####2. Install project dependencies Run both commands below in the project root directory.
$ npm install
$ bower install
To run the application server, run $ grunt server
inside the project directory.