TODO app for Chrome Extension.
This app is written for the purpose of my studying Chrome Extension, Backbone.js, RequireJS, Bower.
Install dependencies:
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
$ bower install
$ npm install
Then compile coffeescripts and copy templates:
$ grunt coffee
$ grunt copy
-
In Google Chrome, go to chrome://flags/ and enable Experimental Extension APIs. Relaunch your browser.
-
Open Tools-->Extensions (ensure Development mode is checked) and click on "Load unpacked extension..." to install the extension. You will need to reload Chrome once the extension is installed.
$ grunt watch
$ grunt karma:unit # in another tab
Then start BDD!
$ grunt dist