Steep your tea right.
Currently running on website and as a Chrome Web Store application. Written in Coffeescript, with Angular.js and Twitter Bootstrap.
sudo npm install -g bower grunt-cli
npm install
- installs development libraries (coffeescript etc.)bower install
- downloads Angular.js and Twitter Bootstrapgrunt
- compiles all *.coffee to *.js and generates HTML5 appcache- Deploy on apache server
- Enjoy!
grunt watch
- Install karma by running
npm install -g karma
- Run tests by running
karma start tests/karma.conf.js
- Unit tests are located in
tests/unit