mirror of
https://github.com/chenasraf/leptos.git
synced 2026-05-18 01:49:06 +00:00
* Fix example links in docs * Restore missing CSR READMEs * Document need to enable features on `leptos_router` and `leptos_meta` * Add "Is it production ready?" to FAQs * Document which types are provided as contexts in server integrations * Fix broken links and other issues in docs
361 B
361 B
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.