Skip to content
/ 2do4me Public

Example todo app using require.js, backbone, react, and flask

Notifications You must be signed in to change notification settings

jparkrr/2do4me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2do4me

screenshot

An example todo app that uses:

  • Require.js for loading client-side javascript
  • Backbone for models
  • React for views
  • Flask for the backend
  • Flask-restless for the API

To install and run

git clone https://github.com/jparkrr/2do4me
cd 2do4me
virtualenv flask
. flask/bin/activate
pip install -r requirements.txt
python app.py

Visit http://localhost:5000

About

Example todo app using require.js, backbone, react, and flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published