Examples

Small applications that demonstrate how to solve specific problems with Lore

Todo MVC

This example is a Lore-specific implementation of the TodoMVC example. You can find the code in the Lore repository.

Screenshot

Demonstrates

This example demonstrates:

  • Creating a model
  • Connecting a component to the data store
  • CRUD Actions

Running the Example

git clone https://github.com/lore/lore.git

cd lore/examples/todomvc
npm install
npm start

open http://localhost:3000/