This repository is a simple demo of Ember (1.1.2) and Ember Data (1.0.0-beta3) which features:
- a
Create
/Read
/Update
/Delete
of a collection ofusers
- complex CSS transitions / animations on
views
- Handlebars templates precompiling with Grunt
- full responsive UX (with touch events, and with animations between routes)
Here's the demo ➔ jkneb.github.io/ember-crud
For those coming from the Ember introduction I wrote for Smashing magazine, then you'll find each snippets of the article in the /unstyled
folder.
Here's the demo ➔ jkneb.github.io/ember-crud/unstyled
gruntjs.com/getting-started or sudo npm install -g grunt-cli
First cd
into the project and run npm install
This command will install locally the following node modules
Requirements:
Install Ruby (RVM is your friend), then gem install sass
Run the following command:
grunt watch
or grunt sass
Run the following command:
grunt watch
or grunt emberTemplates
Run the following command:
grunt watch
or grunt concat