Skip to content

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

Notifications You must be signed in to change notification settings

knarkzel/pocketstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks