This is a template for a project that uses Svelte for frontend and Rust Axum for backend by packing everything together in one binary.
git clone https://github.com/knarkzel/pocketstack
cd web/ && npm run build
cd ../ && cargo build --release
./target/release/pocketstack
Listening on http://localhost:3000