Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 580 Bytes

File metadata and controls

39 lines (26 loc) · 580 Bytes

Dioxus Fullstack Starter

Requirements

You need to have Dioxus (nightly), Just, and PostgreSQL on your machine. If not already, you can refer to PREREQUISITES.md.

CLI

cargo install ui-cli

ui starters
# └─> start-dioxus-fullstack

Setup the project

# Install Tailwind CSS
pnpm install

# Create the DB (+ run migrations)
just reset_db

Run the project

# Terminal 1 — Tailwind watch
pnpm css

# Terminal 2 — Dioxus dev server
dx serve

License

MIT License - see LICENSE for details.