Skip to content

msuesskraut/binoxxo-webapp-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binoxxo-webapp-seed

Binoxxo Single Page Webapp using Seed.

See webapp at: https://msuesskraut.github.io/binoxxo/

Based on:

Build & run

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

Publish

Again use trunk:

cargo test
trunk build --release --public-url /binoxxo

Copy files from /dist to a server into a /binoxxo directory.

License

MIT