mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
6 lines
260 B
Markdown
6 lines
260 B
Markdown
|
# 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.
|