leptos/examples/counter_without_macros/README.md

299 B

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 for setup and run instructions.

Quick Start

Run trunk serve --open to run this example.