Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 352 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 352 Bytes

Examples for Tech Workshop 2024 Mini Workshop "Rust Fullstack Development"

  • 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