- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shIf you have Rust already installed, ensure it's up-to-date
rustup update- Ensure you're using dart-sass.
If on macOS, unistall ruby-sass first. This command will do both.
gem uninstall sass && brew install sass/sass/sassYou could check what sass version you have using
sass --version- Install Yew
rustup target add wasm32-unknown-unknown && cargo install --locked trunkFor detailed instructions, please see Yew's installation guide
git clone [email protected]:onweru/dates.git && cd datesFrom your terminal, run from
trunk serveThis is a mere demo, and has one component inside src/main.rs file.