leptos/examples/counter_without_macros
Joseph Cruz 8c5ab99fa7
build(examples): pull up compile tasks (#1417)
* build(examples): pull up compile tasks

* build(examples): set toolchain for compiles tasks

* build(examples): set toolchain for build and check

* build(examples): set toolchain of other examples
2023-07-24 11:35:34 -04:00
..
public Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
src ci(examples): split jobs and verify changed examples (#1155) 2023-06-13 21:29:54 -04:00
tests examples: test business logic for counter_without_macros (#927) 2023-04-24 20:04:40 -04:00
Cargo.toml change: migrate to nightly and csr features rather than stable and default-features = false (#1227) 2023-06-26 21:12:14 -04:00
index.html Add a counter example that does not use macros (#373) 2023-01-25 21:10:16 -05:00
Makefile.toml build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -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.