leptos/examples/counter
2022-12-19 16:14:46 -05:00
..
src Concrete return types work 2022-12-10 19:28:11 -05:00
tests Fix tests in counter example 2022-12-19 16:14:46 -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 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.