matthewconstantine / ember-redux-example

Simplest possible demo of an Ember app backed by Redux

Home Page:http://matthewconstantine.github.io/ember-redux-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How easy is it to use Redux with Ember?

Pretty easy. This super simple demo presents a counter that can be incremented and decremented.

It's backed by a Redux store that syncs with the application router.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

About

Simplest possible demo of an Ember app backed by Redux

http://matthewconstantine.github.io/ember-redux-example/


Languages

Language:JavaScript 70.9%Language:HTML 26.7%Language:Handlebars 2.4%