Example ToDo list project using Flask-RESTful and React
- Add drag-and-drop for JS
- Add tests suite for JS
You will need the following things properly installed on your computer.
- Git
- Node.js (with NPM)
- Bower
- Grunt CLI
- Sass Ruby Gem
- Setuptools-bower
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.
$ python -m tictail_todo
To run tests:
$ python setup.py test