Skip to content

rust-ui/start-dioxus-fullstack

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors