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
- Host: GitHub
- URL: https://github.com/matthewconstantine/ember-redux-example
- Owner: matthewconstantine
- Created: 2015-08-19T07:13:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T21:54:01.000Z (almost 11 years ago)
- Last Synced: 2025-06-03T05:43:30.367Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://matthewconstantine.github.io/ember-redux-example/
- Size: 281 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).