leptos/examples/counter
Greg Johnston 4b1fce4c9c Revert "Merge branch 'main' into pr/119"
This reverts commit 63f680f37d, reversing
changes made to 50ba796f49.
2022-12-28 15:06:46 -05:00
..
src Update counter example 2022-12-22 21:21:17 -05:00
tests chores: getting tests fixed, etc. 2022-12-25 22:53:52 -05: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 Revert "Merge branch 'main' into pr/119" 2022-12-28 15:06:46 -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.