From ef788c94e2994a5e3ce96ddf41620d669171c38e Mon Sep 17 00:00:00 2001 From: Victor Doss Date: Wed, 24 Jun 2015 11:09:34 -0700 Subject: [PATCH] update todo readme. --- examples/todos/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/todos/README.md b/examples/todos/README.md index d325aaf..6f56419 100644 --- a/examples/todos/README.md +++ b/examples/todos/README.md @@ -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 + [Click here for diff between original Backbone todos.js and Flux Backbone todos.js](https://www.diffchecker.com/ybnpz3rx)