Skip to content

vazw/story-teller

 
 

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
  1. Run the following command in the root of the project to start the Dioxus dev server:
npm run web

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.7%
  • Other 0.3%