This is a toy app built using cujojs, and was used during my presentation at Dojoconf 2011. It's not intended to be a complete example, but shows some interesting aspects of cujojs.
To run the demo:
git clone https://github.com/briancavalier/notes-demo-dojoconf-2011.git
Be sure to clone it into a directory served by a web servercd notes-demo-dojoconf-2011
git submodule init && git submodule update
- Open index.html in your browser. Note that a web server is required and
file://
urls won't work