leptos/examples/counter_without_macros
Greg Johnston 6373fd42fb
Switch examples to `check` instead of `build` (for CI resources) and add missing examples (#437)
2023-02-01 20:36:37 -05:00
..
public Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
src Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
tests Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
Cargo.toml Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
Makefile.toml Switch examples to `check` instead of `build` (for CI resources) and add missing examples (#437) 2023-02-01 20:36:37 -05:00
README.md Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
index.html Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00

README.md

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.