Skip to content

rushmi0/rust-webassembly

Repository files navigation

Dioxus v0.5 + Tailwindcss + daisyui

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

  2. Install Dioxus CLI:

cargo install dioxus-cli
  1. Install daisyUI, a plugin for Tailwind CSS:
npm i -D daisyui@latest
  1. 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
  1. Run the following command in the root of the project to start the Dioxus dev server:
npm run web

About

Dioxus v0.5 new projects template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published