Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 553 Bytes

Proper Coffee

Backbone app to display proper espresso drink ratios

Dependencies

  • Node
  • NPM
  • Grunt
  • Bower

If you need these (on OS X)

  1. brew install node (should include npm) or just download the package from nodejs.org

    a. If it doesnt brew install npm

  2. npm install -g grunt-cli bower (installs tools globally)

Fire 'er up!

  1. git clone git@github.com:aboutaaron/proper-coffee.git && cd proper-coffee

  2. npm install && bower install

  3. grunt server