Binoxxo Single Page Webapp using Seed.
See webapp at: https://msuesskraut.github.io/binoxxo/
Based on:
Install wasm
target and trunk
:
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
Run tests and serve page with trunk
:
cargo test
trunk serve --open
Again use trunk
:
cargo test
trunk build --release --public-url /binoxxo
Copy files from /dist
to a server into a /binoxxo
directory.