/task-timer

A task timer app in Angular.js and (soon) node-webkit

Primary LanguageJavaScript

A simple task timer built in Angular.js

Quick Start

Install Node.js and then:

$ git clone git://github.com/joshdmiller/ng-boilerplate
$ cd ng-boilerplate
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch

Finally, open file:///path/to/ng-boilerplate/build/index.html in your browser.

See ngBp for more info