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

https://github.com/thulioph/react-redux

Demo application using React and Redux
https://github.com/thulioph/react-redux

jsx now react react-router redux thunk

Last synced: 3 months ago
JSON representation

Demo application using React and Redux

Awesome Lists containing this project

README

          

## React + Redux

> A simple Todo Application

- React
- Redux
- JSX
- React-router
- Thunk
- Now

### Install

```shell
$ yarn instal
```

### Run

```shell
$ yarn dev
$ yarn dev-server
```

## Tests

```shell
$ yarn test
```