Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 384 Bytes

Jukebox Rust

Trying to create a Jukebox using Rust (axum + yew)

Tools needed

Add wasm32 target via rustup target add wasm32-unknown-unknown Install trunk via cargo install --locked trunk (cf. https://yew.rs/docs/getting-started/introduction)

Run the server

Build the frontend using trunk build inside the jukebox_yew directory Then run cargo run -p jukebox_axum