mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
.. | ||
node_modules | ||
public | ||
src | ||
Cargo.toml | ||
index.html | ||
Makefile.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
rust-toolchain.toml |
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 for setup and run instructions.
Quick Start
Run trunk serve --open
to run this example.