mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 16:54:41 -05:00
* fix(ci): address clippy issue * fix(ci): add missing nightly specifications * fix(ci): set all nightly references * chore(ci): do not lint example crates
Leptos Todo App Sqlite
This example creates a basic todo app with an Actix 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.