https://github.com/kazu69/example-react-redux
React + Redux with ES2015 Todos
https://github.com/kazu69/example-react-redux
example react redux
Last synced: about 2 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T16:25:02.000Z (almost 10 years ago)
- Last Synced: 2025-10-12T08:37:38.230Z (about 2 months ago)
- Topics: example, react, redux
- Language: JavaScript
- Size: 392 KB
- Stars: 2
- Watchers: 1
- 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/).

## 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
```