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
- Host: GitHub
- URL: https://github.com/thulioph/react-redux
- Owner: thulioph
- Created: 2017-08-15T05:24:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T00:12:18.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T20:27:32.540Z (over 1 year ago)
- Topics: jsx, now, react, react-router, redux, thunk
- Language: JavaScript
- Homepage: https://react-redux-cvtnkrsair.now.sh
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```