- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the tailwind css cli: https://tailwindcss.com/docs/installation
- Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i tailwind_base.css -o assets/tailwind.css --watch
Launch the Dioxus Web app:
dx serve #--verbose
dx serve --platform web
Open the browser to http://localhost:8080