leptos/examples/counter_without_macros
2023-04-17 20:26:31 -04:00
..
public Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
src examples: improve counter_without_macros (#751) 2023-03-27 12:50:01 -04:00
tests examples: split counter without macros web test (#884) 2023-04-17 20:26:31 -04:00
Cargo.toml examples: split counter without macros web test (#884) 2023-04-17 20:26:31 -04:00
index.html Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
Makefile.toml examples: fix counter_without_macros test (#863) 2023-04-14 14:06:53 -04:00
README.md examples: fix counter_without_macros test (#863) 2023-04-14 14:06:53 -04:00

Leptos Counter Example

This example is the same like the counter but it's written without using macros and can be build with stable Rust.

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.

Issue the cargo make test-flow command to run unit and wasm tests.