This example is an implementation of the TodoMVC project, following this spec. It demonstrates:
- Client-side routing, with Flatiron Director (the recommended routing library for TodoMVC).
- Data persistence, with
localStorage
. - Focusing on an element after component render.
- Adding, updating, and removing items in a list.
- Creating a custom RxJS operator.
Once you build the Conduit packages, this example's dependencies will be installed. Just start the dev server and the example will open in the browser at http://localhost:8080/.
npm run start