Just a small projects, where I can try out dioxus
Just a small WebAssemlby compiled dioxus project. It generates a QR code with the qrcode crate.
This project uses tailwindcss and daisyui.
To install those dependencies:
npm install
Then this projects also needs the dioxus-cli. You can install it with
cargo install dioxus-cli
as well as the webassembly target to compile. You can add this one with
rustup target add wasm32-unknown-unknown
If you installed all those dependencies, you can just start the app with
./run.sh
This should serve the app at localhost:8080
, which you can open with the browser of your choice!
Have a look here: qr4free.yguenduez.dev
Have fun rusting around :)