https://github.com/eldh/todo
boilerplate todo app using redux and related libs.
https://github.com/eldh/todo
Last synced: over 1 year ago
JSON representation
boilerplate todo app using redux and related libs.
- Host: GitHub
- URL: https://github.com/eldh/todo
- Owner: eldh
- Created: 2015-08-22T20:40:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T21:57:05.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T01:05:03.123Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo app using Redux and Flask
See it as an example/boilerplate for apps using React & Redux.
The app features optimistic updates using redux-actions and redux-promises, and drag & drop using react-dnd.
### Installation
Make sure you have installed pip and virtualenv, then run the `install.sh` script.
`npm run api` and `npm run dev` starts the api and dev server.
(Python 2.X is required)