Welcome to the interactive tutorial project, tryrust.org, which runs directly in your browser.
Note: We continuously update the number of tutorials. It is still in progress.
- Frontend & Backend: Dioxus 0.7 (fullstack, Rust + WASM)
- Styling: Tailwind CSS v4
- Package Manager: Yarn
- Rust Edition: 2024
Install dependencies:
yarn install
cargo install dioxus-cliRun the dev server (Tailwind CSS is automatically handled by dx via asset!()):
dx servedx build --release --platform fullstackBuild and run the Docker image:
docker build . -t tryrust
docker run -p 8080:8080 tryrustThe site was inspired by tryclojure.org and tryhaskell.org.
