mirror of
https://github.com/chenasraf/leptos.git
synced 2026-05-18 01:49:06 +00: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.