A demo todo app made with the Yew framework, utilising UI5 web components. Source code is written in Rust, gets compiled down to WASM. No JavaScript/TypeScript was written for this demo.
Live demo can be found here
To run the example locally, you will need the basic Rust setup. Installation instructions can be found here.
- Install trunk (bundler tool) using
cargo install --locked trunk
. If you are running on M1 Mac you will also have tocargo install --locked wasm-bindgen-cli
too. More info can be found here - Install dependencies using
cargo update
- Start local server using
trunk serve
Any contributions are greatly appreciated. App was made partly as a Rust excersize, so if the clone
-ing seems too much my power level is currently not 9k.
Distributed under the MIT License.
Dimitar Fenerski - @dfenersky - [email protected]