Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 487 Bytes

Example TODO app with Rust and htmx

A simple example TODO app build using:

Run

cargo run

Hot Reloading

Install cargo watch with cargo install cargo-watch then use:

cargo watch -x run

Syntax Check

cargo clippy