The Material Design Components widgets for the Yew. Live demo
Setup dependencies:
cargo install wasm-bindgen-cli cargo-makeBuild example wasm client:
cargo make example_clientRun example server:
cargo make runTo check the project, use the following command:
cargo check --workspace --all-features --all-targetsTo run all tests, use the following command:
cargo test --workspace --all-features --all-targetsTo check and perform formatting, use the following commands:
cargo make checkfmt
cargo make fmtTo run clippy, use the following command:
cargo make clippy