mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
b861f84e40
* 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
trunk
installed, click here for install instructions.