Flask & React Todo List Small demonstration of how to use React with Flask and Jinja. Clone this repository. Install requirements. Create the database and tables: createdb todo_app and python models.py Run the flask server.