dioxus-template/Fullstack
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 import tracing and use it directly (#45) 2024-07-26 15:49:27 -07: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 revision: remove salvo and warp options 2024-03-18 19:26:08 -04:00
input.css feat: start of fullstack 2024-03-14 00:37:41 -04:00
tailwind.config.js feat: start of fullstack 2024-03-14 00:37:41 -04:00

README.md

{% 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 %}

Launch the Dioxus Fullstack app:

dx serve --platform fullstack