These examples are part of the rust mini workshop (the associated https://github.com/puzzle/tws24-fullstack-rust-slides[slides]).
05.09.2024
- leptos-axum-ssr-hello: Unmodified Leptos SSR Hello World project with Axum web server created with
cargo leptos new --git leptos-rs/start-axum
- todo_app_sqlite_axum: SSR Todo app with Axum web server from Leptos examples, modified Cargo.toml to run outside Leptos repo