dioxus-template/Desktop
Andrew Voynov 101de23d62
fix: used absolute path for `style` files
2024-08-22 04:30:33 +05:00
..
assets Make the default page more delightful 2024-03-20 07:33:26 -07:00
src update: dioxus-logger, minor revisions 2024-05-07 13:30:04 -04:00
.gitignore gitignore tailwind.css (#36) 2024-07-24 13:53:39 -07:00
Cargo.toml update: dioxus-logger, minor revisions 2024-05-07 13:30:04 -04:00
Dioxus.toml fix: used absolute path for `style` files 2024-08-22 04:30:33 +05:00
README.md fix tailwind build command 2024-04-08 09:02:51 -05:00
cargo-generate.toml feat: TUI, Liveview 2024-03-13 21:06:18 -04:00
input.css revision: support 0.5, organize into sub templates 2024-03-13 13:22:04 -04:00
tailwind.config.js revision: support 0.5, organize into sub templates 2024-03-13 13:22:04 -04:00

README.md

Development

{% if styling == "Tailwind" %}

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. 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

{% endif %} Run the following command in the root of the project to start the Dioxus dev server:

dx serve --hot-reload --platform desktop