pocketstack

Pocketstack

Create standalone Svelte frontend + Rust Axum backend binary for easy deployment

pocketstack

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

Top categories

Loading Svelte Themes