the ember-app-kit project is now deprecated in favour of ember-cli
a port of this todos project using ember-cli can be found at https://github.com/WMeldon/ember-cli-todos
ember-app-kit-todos is the Emberjs Todos using Ember App Kit. Please note, this project uses the [pod style layout](http://emberjs.com/blog/2013/12/17/whats-coming-in-ember-in-2014.html#sts=Filesystem Layout)
npm install
grunt server
# navigate to: http://localhost:8000
grunt test:server
# navigate to: http://localhost:7359/
- unit tests
- acceptance tests
- docs