Minimal admin template focus on usability. (Based Zurb Foundation 5).
- Ruby 1.9+
- Node.js
- compass:
gem install compass - bower:
npm install bower -g - livereload:
pip install livereload(Optional)
- Run
bower installto install the latest version of Foundation
Then when you're working on your project, just run the following command:
compass watch
livereloadIf you'd like to upgrade to a newer version of Foundation down the road just run:
bower update

