Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasbento/react-redux-todo
React & Redux Todo Application
https://github.com/lucasbento/react-redux-todo
react redux redux-todo webpack
Last synced: 10 days ago
JSON representation
React & Redux Todo Application
- Host: GitHub
- URL: https://github.com/lucasbento/react-redux-todo
- Owner: lucasbento
- Created: 2016-11-12T19:00:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T19:21:21.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T09:19:39.848Z (21 days ago)
- Topics: react, redux, redux-todo, webpack
- Language: JavaScript
- Size: 283 KB
- Stars: 27
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React & Redux Todo App
## Running
```sh
npm start
```### Production build
```sh
npm run build # build files will be available in ./dist
```