Examples
Small applications that demonstrate how to solve specific problems with Lore
Small applications that demonstrate how to solve specific problems with Lore
This example is a Lore-specific implementation of the TodoMVC example. You can find the code in the Lore repository.
This example demonstrates:
git clone https://github.com/lore/lore.git
cd lore/examples/todomvc
npm install
npm start
open http://localhost:3000/