Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu69/example-react-redux
React + Redux with ES2015 Todos
https://github.com/kazu69/example-react-redux
example react redux
Last synced: 27 days ago
JSON representation
React + Redux with ES2015 Todos
- Host: GitHub
- URL: https://github.com/kazu69/example-react-redux
- Owner: kazu69
- Created: 2016-02-07T06:30:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T16:25:02.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T22:42:53.626Z (3 months ago)
- Topics: example, react, redux
- Language: JavaScript
- Size: 392 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React + Redux Todos (ES2015+)
> React todos refactoring with ES2015+.
Using Flux FrameWork [Redux](http://redux.js.org/).![](https://cloud.githubusercontent.com/assets/512415/12871190/8ca964f0-cdb0-11e5-9690-7d8acdc044b3.png)
## How to setup
```sh
npm i && npm run build
```open publick/index.html
### Using Dcoker
```sh
docker build -t todos .
docker run -t -p 8080:80 -d todos:latest
```