Showcases signal text binding and delegated click handlers in a no-build app.
Key files:
index.htmldefines thesignal:textbinding andon:clickcommands.main.jsregisters thecountersignal and increment/decrement handlers.
Start from the repo root:
python3 -m http.server 4173Open http://127.0.0.1:4173/examples/counter/.
Verify:
pnpm run examples:check