- Install
trunk
withcargo install trunk wasm-bindgen-cli
- Install new target with
rustup target add wasm32-unknown-unknown
- Start the server with
cargo run --bin server
on port8080
- Start the frontend with
cd web && trunk serve
Run build_docker.sh
in the root-directory to create a single server
-docker image including the static output of
compiled web