leptos/examples/counter
2022-12-08 19:33:01 -05:00
..
src Transition counter example to use View 2022-12-08 19:33:01 -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 Commit WIP version of isomorphic counter 2022-11-14 12:04:26 -08: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.