1 unstable release

0.1.0 Apr 25, 2024

#3 in #dev-server

Download history 107/week @ 2024-04-21 15/week @ 2024-04-28

122 downloads per month

MIT/Apache

37KB
181 lines

Development

  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 ./public/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

Dependencies

~22–63MB
~1M SLoC