If you don't have cargo-leptos installed you can install it with
cargo install cargo-leptosThen run
cargo leptos new --git leptos-rs/start-axumto generate a new project template.
cd leptos-simple-kanban-boardto go to your newly created project.
Feel free to explore the project structure, but the best place to start with your application code is in src/app.rs.
Addtionally, Cargo.toml may need updating as new versions of the dependencies are released, especially if things are not working after a cargo update.
cargo leptos watch