db1c15f4e4
* fix: fix web-sys warnings in server_fn * fix: update web-sys to 0.3.70 * fix: web-sys clipboard api in 0.3.70 |
||
---|---|---|
.. | ||
public | ||
src | ||
watched_files | ||
Cargo.toml | ||
LICENSE | ||
Makefile.toml | ||
README.md | ||
rust-toolchain.toml | ||
style.css |
README.md
Leptos Todo App Sqlite with Axum
This example creates a basic todo app with an Axum backend that uses Leptos' server functions to call sqlx from the client and seamlessly run it on the server.
Getting Started
See the Examples README for setup and run instructions.
E2E Testing
See the E2E README for more information about the testing strategy.
Rendering
See the SSR Notes for more information about Server Side Rendering.
Quick Start
Run cargo leptos watch
to run this example.