leptos/examples/counter
2022-11-29 20:00:09 -05:00
..
src Oops this was an accident 2022-11-07 21:26:57 -05:00
tests Initial commit 2022-07-31 16:46:14 -04:00
Cargo.toml Include examples in workspace so rust-analyzer works (per issue #28) 2022-10-20 21:44:38 -04:00
index.html Initial commit 2022-07-31 16:46:14 -04:00
README.md Copy edited and added Trunk install instructions 2022-11-29 20:00:09 -05: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 trunk installed, click here for install instructions.