mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 07:34:35 -05:00
* fix(CI): run only the exact examples on the only examples change * chore: format html (retrigger ci) * fix: missing the right field * fix(CI): add missing output key * fix(CI): properly set matrix directory for test-only-examples * fix(CI): missing bracket token * fix(CI): do not run semver check on examples only tests * fix(CI): semver logic
Leptos Counter Example
This example creates a simple counter in a client side rendered app with Rust and WASM!
Getting Started
See the Examples README for setup and run instructions.
Quick Start
Run trunk serve --open to run this example.