- Download the repository
- Install npm modules:
npm install
- Install bower dependencies
bower install
- Start mongodb server:
mongod
- Start up the server:
grunt
- View in browser at http://localhost:8080
brew install mongodb
sudo mkdir -p /data/db
sudo chown `whoami` /data/db