This is todomvc project for EmberJs v2. On http://todomvc.com/ we can see just application for very old version 1.10.0-beta.3. It does not work for EmberJs v2. But application Ember2-todomvc supports last release of EmberJs framework. Please, send any comments about my implementation.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember build
(development)ember build --environment production
(production)
It is application for learning Ember. It need not deployment