Proper Coffee
Backbone app to display proper espresso drink ratios
Dependencies
- Node
- NPM
- Grunt
- Bower
If you need these (on OS X)
-
brew install node
(should include npm) or just download the package from nodejs.orga. If it doesnt
brew install npm
-
npm install -g grunt-cli bower
(installs tools globally)
Fire 'er up!
-
git clone git@github.com:aboutaaron/proper-coffee.git && cd proper-coffee
-
npm install && bower install
-
grunt server