Tea-clock
Tea-clock copied to clipboard
Steep your tea right!
Tea-clock
Steep your tea right.
Intro
Currently running on website and as a Chrome Web Store application. Written in Coffeescript, with Angular.js and Twitter Bootstrap.
Setup dev environment
sudo npm install -g bower grunt-clinpm 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!
Watch for changes and recompile
grunt watch
Unit testing
- 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