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

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.

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)