|
|
||
|---|---|---|
| .vscode | ||
| assets | ||
| icons | ||
| public | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dioxus.toml | ||
| README.md | ||
| input.css | ||
| tailwind.config.js | ||
README.md
Development
- Install dioxus cli:
cargo install dioxus-cli --version 0.5.4 - 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 --watch
Run the following command in the root of the project to start the Dioxus dev server:
dx serve --hot-reload --platform desktop