A Rust (Axum) server, powered by askama templates, serving HTMX pages, and styled with Tailwind CSS todo application.
Boilerplate code to demonstrate how an Axum API would incorporate both HTMX and JSON API endpoints in an efficient way.
To get a development build ready, run:
make setup
make tailwind-watch # watches templates for any tailwind changes and rebuilds /assets/main.css.
make server-watch # serves the backend and watches for any new changes, which will trigger a "hot" reload.