leptos/examples/counter_without_macros/README.md

11 lines
299 B
Markdown

# 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.
## Getting Started
See the [Examples README](../README.md) for setup and run instructions.
## Quick Start
Run `trunk serve --open` to run this example.