Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 851 Bytes

File metadata and controls

41 lines (30 loc) · 851 Bytes

FlaskReactTodoExample

Example ToDo list project using Flask-RESTful and React

Actual image of the app: image

TODO

  • Add drag-and-drop for JS
  • Add tests suite for JS

Prerequisites

You will need the following things properly installed on your computer.

Installing project

Just navigate to folder and run one simple command:

$ python setup.py install

It will install all Node, Bower dependencies and build static files with Grunt.

Running project

$ python -m tictail_todo

Hacking

To run tests:

$ python setup.py test