Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapphire64/flaskreacttodoexample
Based on Flask-RESTful, setuptools-bower, React + FLUX. Run setup.py to install both JS & Python
https://github.com/sapphire64/flaskreacttodoexample
bower flask grunt javascript python react setuptools-bower
Last synced: about 18 hours ago
JSON representation
Based on Flask-RESTful, setuptools-bower, React + FLUX. Run setup.py to install both JS & Python
- Host: GitHub
- URL: https://github.com/sapphire64/flaskreacttodoexample
- Owner: Sapphire64
- Created: 2015-02-25T09:47:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T12:15:43.000Z (over 9 years ago)
- Last Synced: 2023-03-27T12:40:02.262Z (over 1 year ago)
- Topics: bower, flask, grunt, javascript, python, react, setuptools-bower
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlaskReactTodoExample
Example ToDo list project using Flask-RESTful and ReactActual image of the app:
![image](http://i.imgur.com/5pwHuzY.png)## TODO
* Add drag-and-drop for JS
* Add tests suite for JS## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Grunt CLI](http://gruntjs.com/)
* [Sass Ruby Gem](http://sass-lang.com/)
* [Setuptools-bower](http://setuptools-bower.readthedocs.org/en/latest/)## 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
```