Skip to content

Commit

Permalink
update todo readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Doss committed Jun 24, 2015
1 parent edce394 commit ef788c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/todos/README.md
Expand Up @@ -2,6 +2,14 @@

This is a rewrite of [Backbone TODO app](https://github.com/jashkenas/backbone/tree/master/examples/todos) to use Flux pattern using [FluxBackbone](https://github.com/vidoss/flux-backbone). It also uses Backbone.Sync() for the WebApi layer.

#Install
'''
cd examples/todos
npm install
npm run build
'''
Run a static http server ( e.g 'python -m SimpleHTTPServer' on Mac ) and load index.html

<img src="./images/flux.png" style="width: 100%;" />

[Click here for diff between original Backbone todos.js and Flux Backbone todos.js](https://www.diffchecker.com/ybnpz3rx)

0 comments on commit ef788c9

Please sign in to comment.