livstyle / liv-dioxus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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

Launch the Dioxus Fullstack app:

cargo prisma migrate dev
cargo prisma generate
rm -rf dist && dx build --release --features web
cargo run --release --features server

dx serve --release --features server

dx build --release --features server

dx serve --platform fullstack --watch


cargo build --release --features server

dx serve --platform fullstack --features server

About


Languages

Language:Rust 97.7%Language:CSS 1.9%Language:HTML 0.3%Language:JavaScript 0.0%