Backbone app to display proper espresso drink ratios
- Node
- NPM
- Grunt
- Bower
-
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)
-
git clone git@github.com:aboutaaron/proper-coffee.git && cd proper-coffee -
npm install && bower install -
grunt server