Showcases CSR first render and local route boundary swaps backed by registered partials.
Key files:
index.htmldefines navigation links and therouteboundary.main.jsregisters route partials and starts the runtime in CSR mode.
Start from the repo root:
python3 -m http.server 4173Open http://127.0.0.1:4173/examples/router/.
Verify:
pnpm run examples:check