An open API service indexing awesome lists of open source software.

https://github.com/matthewconstantine/ember-redux-example

Simplest possible demo of an Ember app backed by Redux
https://github.com/matthewconstantine/ember-redux-example

Last synced: about 1 year ago
JSON representation

Simplest possible demo of an Ember app backed by Redux

Awesome Lists containing this project

README

          

# 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 ` this repository
* change into the new directory
* `npm install`
* `bower install`

## Running / Development

* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).