modified version of Pux TodoMVC as an example for generic graphviz.
see the example in action
- Add / edit / remove todos
- Mark todos as completed
- Filter todos
- Routing using HTML5 History
- Caching via localStorage
Clone the repository and run npm install to get started:
git clone https://github.com/csicar/generic-graphviz-todomvc
cd generic-graphviz-todomvc
npm install
npm startAfter compiling the app should be available at http://localhost:8080.