Just experimenting with htmx and rust
Go to file
2024-03-24 21:26:32 -05:00
assets initial commit with existing content 2024-03-24 21:26:32 -05:00
migrations initial commit with existing content 2024-03-24 21:26:32 -05:00
src initial commit with existing content 2024-03-24 21:26:32 -05:00
templates initial commit with existing content 2024-03-24 21:26:32 -05:00
.gitignore initial commit with existing content 2024-03-24 21:26:32 -05:00
.prettierrc.toml initial commit with existing content 2024-03-24 21:26:32 -05:00
Cargo.lock initial commit with existing content 2024-03-24 21:26:32 -05:00
Cargo.toml initial commit with existing content 2024-03-24 21:26:32 -05:00
README.md initial commit with existing content 2024-03-24 21:26:32 -05:00

Axum + htmx

This is an example of how you can use Shuttle with Axum, Askama and htmx to create a frontend that's easily extendable and requires zero framework knowledge, while being able to easily inject variables from the backend into the frontend.