ember-bloggr icon indicating copy to clipboard operation
ember-bloggr copied to clipboard

Sample Ember app based on http://www.youtube.com/watch?v=Ga99hMi7wfY

Bloggr

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

Start here

Get Brunch.

npm install -g brunch

Clone the repo, install dependencies, run.

git clone [email protected]:gcollazo/ember-bloggr.git
cd ember-bloggr
npm install
brunch w -s

Open http://localhost:3333.