- Install Node.js & npm
- Install CouchDB (brew install couchdb)
- Install Redis (brew install redis)
- clone Git-Repo
- $ npm install
- $ sudo npm install -g bower
- $ sudo npm install -g nodemon
- $ bower install
- $ couchdb (starts CouchDB)
- $ redis-server (starts Redis Server)
- $ npm start (starts node.js and listens for filechanges)