Skip to content

Latest commit

 

History

History

todomvc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TodoMVC example

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.

Installation and usage

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