- 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 ./input.css -o ./assets/tailwind.css --watchRun the following command in the root of the project to start the Dioxus dev server:
dx serve --hot-reload- Open the browser to http://localhost:8080
This project is free and open source and double licensed under
- MIT License
- Apache License 2.0.
Dual license means you are free to pick one or both licenses as this is the de-facto standard in the Rust ecosystem.