mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 14:34:37 -05:00
Leptos Counter Example
This example creates a simple counter in a client side rendered app with Rust and WASM!
To run it, just issue the trunk serve --open command in the example root. This will build the app, run it, and open a new browser to serve it.
If you don't have
trunkinstalled, click here for install instructions.