A Chat application built with Dioxus and Tailwind CSS.
Before running the application, install the required tools:
-
Dioxus CLI
cargo install dioxus-cli
-
Tailwind CSS and its CLI
- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the Tailwind CSS CLI: https://tailwindcss.com/docs/installation
npm install tailwindcss @tailwindcss/cli
-
Build and watch Tailwind CSS styles
npx tailwindcss -i ./tailwind.css -o ./assets/tailwind.css --watch
-
Start the development server
dx serve
Your application will be available at http://localhost:8080
by default.
To run for a different platform, use the --platform platform
flag. E.g.
dx serve --platform desktop
Distributed under the Apache 2.0 License. See LICENSE
for details.