- This template relies on Tailwind CSS to generate the stylesheet.
Install the standalone Tailwind CLI - https://tailwindcss.com/docs/installation/tailwind-cli 2. Install Dioxus cli from official website - https://dioxuslabs.com/
- Start the tailwind CLI within the Root of the directory
tailwindcss -i ./tailwind.css -o ./assets/tailwind.css --watch
- Start the Dioxus CLI
dx serve
-
Open the browser at default port http://localhost:8080 or the port described by Dioxus CLI in case port
8080
was already in use -
Sometimes there are warning in the browser console, use
dx check
command to find if there are fixes that need to be done.