Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 856 Bytes

File metadata and controls

59 lines (37 loc) · 856 Bytes

Cross Platform Fullstack Starter

Requirements

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

CLI

cargo install ui-cli

ui starters
# └─> start-tauri-fullstack 

Setup the project

# Install Tailwind CSS
pnpm install

# Create the DB (+ seed)
just reset_db

Run the project

cargo leptos watch  # For Web
cargo tauri dev     # For desktop
just run_ios        # For iOS
just run_android    # For Android

Deploy with Zerops

Install the CLI:

pnpm i -g @zerops/zcli

Deploy:

zcli push

Credits

Backend based on rust-twitter-clone by Francesco Ciulla.

License

MIT License - see LICENSE for details.