Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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