- 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 mongodbsudo mkdir -p /data/dbsudo chown `whoami` /data/db