leptos/examples/counter
benwis ee647cba1c Add Favicons to all the examples and standardize on the public folder for public assets 2023-01-09 15:27:52 -08:00
..
public Add Favicons to all the examples and standardize on the public folder for public assets 2023-01-09 15:27:52 -08: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
Makefile.toml Add `build-examples` task to `cargo make` CI 2023-01-02 13:29:37 -05:00
README.md Revert "Merge branch 'main' into pr/119" 2022-12-28 15:06:46 -05:00
index.html Add Favicons to all the examples and standardize on the public folder for public assets 2023-01-09 15:27:52 -08:00

README.md

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.