You need to have Dioxus (nightly), Just, and PostgreSQL on your machine. If not already, you can refer to PREREQUISITES.md.
cargo install ui-cli
ui starters
# └─> start-dioxus-fullstack# Install Tailwind CSS
pnpm install
# Create the DB (+ run migrations)
just reset_db# Terminal 1 — Tailwind watch
pnpm css
# Terminal 2 — Dioxus dev server
dx serveMIT License - see LICENSE for details.