An example application, written in Rust, by someone with little frontend experience
Browse to https://bluejekyll.github.io/kp-chart/
- Install Rust
- Switch to the nightly compiler
$> rustup default nightly
$> rustup toolchain install wasm32-unknown-unknown- Install
cargo-web
$> cargo install cargo-web- Start a local appserver
$> cargo web startAnd connect to the local server: http://[::1]:8000/
$> cargo web deploy --release && rm -r docs/* && cp target/deploy/* docs/
$> git commit -m $new_release
$> git push