mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 16:47:19 +00:00
11 lines
377 B
Markdown
11 lines
377 B
Markdown
# Leptos TodoMVC
|
|
|
|
This is a Leptos implementation of the TodoMVC example common to many frameworks. This is a relatively-simple application but shows off features like interaction between components and state management.
|
|
|
|
## Getting Started
|
|
|
|
See the [Examples README](../README.md) for setup and run instructions.
|
|
|
|
## Quick Start
|
|
|
|
Run `trunk serve --open` to run this example.
|