Copying along to get handle on basic HTMX / actix-web app
Source: see CodeScope YouTube video (https://www.youtube.com/watch?v=qCXFi4Jg11c&t=1784s)
- Favicon. What is the right way to do this?
- Finish the youtube walkthrough as is
- Figure how to deploy with shuttle
- Use it to port some of my projects
- Make some notes for later
- maybe add styling in the layout rather than inline
- Web server: Rust with axum (https://github.com/tokio-rs/axum)
- HTML templating engine: tera (https://docs.rs/tera/latest/tera)
- Basic styling: missing.style (https://missing.style/)
- HTMX (https://htmx.org/)
- Hotreloading: cargo-watch (https://github.com/watchexec/cargo-watch)
- deployed via shuttle.rs, fairly easily
- Big Sky Software (https://github.com/bigskysoftware/contact-app)
- CodeScope Youtuber
- Source code (https://gitlab.com/codescope-reference/rustmx)