Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.05 KB

Deprecated in favor of Ember CLI

Ember App Kit has been deprecated and is moving people towards the Ember CLI project; which offers better structure and build tools. Please use it instead.

http://www.ember-cli.com/


TodoMVC demo using Ember App Kit

This is a simple demo implementation of the official Ember's Todo MVC app from the guides section using the Ember App Kit to organize the files and build the project.

A guide explaining the differences between the official guide vs using App Kit should be coming soon.

Feel free to send pull requests with code suggestions, tests and other versions of this code (using coffee-script, emblem, etc).

git clone https://github.com/neojp/TodoMVC-EAK.git
cd TodoMVC-EAK
npm install -g grunt-cli bower
npm install
grunt server

Go to http://localhost:8000/