85a91af7c6 | ||
---|---|---|
.. | ||
node_modules | ||
public | ||
src | ||
Cargo.toml | ||
Makefile.toml | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json | ||
rust-toolchain.toml |
README.md
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.