-
Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
-
Install Dioxus CLI:
cargo install dioxus-cli
- Install daisyUI, a plugin for Tailwind CSS:
npm i -D daisyui@latest
- Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
- Run the following command in the root of the project to start the Dioxus dev server:
npm run web
- Open the browser to http://localhost:8080
- Configure Project: https://dioxuslabs.com/learn/0.5/CLI/configure
- Tailwind css: https://tailwindcss.com/docs/installation
- Daisy ui: https://daisyui.com/docs/install