mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
.. | ||
assets | ||
node_modules/@highlightjs/cdn-assets | ||
src | ||
style | ||
Cargo.toml | ||
LICENSE | ||
Makefile.toml | ||
package.json | ||
README.md | ||
rust-toolchain.toml |
Leptos Axum JS SSR Example
This example shows the various ways that JavaScript may be included into a Leptos application. The intent is to demonstrate how this may be done and how it may cause the application to fail in an unexpected manner if done incorrectly.
Quick Start
Run cargo leptos watch
to run this example.