This is an Ember demo application based on the app made by Tom Dale on the Building an App with Ember.js video.
This version of the app was made using the Brunch with Ember Reloaded skeleton for Brunch.
Demo: ember-bloggr
Get Brunch.
npm install -g brunch
Clone the repo, install dependencies, run.
git clone git@github.com:gcollazo/ember-bloggr.git
cd ember-bloggr
npm install
brunch w -s
Open http://localhost:3333.