Cross Platform Starter
April 9, 2026 · View on GitHub
Requirements
You need to have Leptos (nightly), Tauri and Just on your machine. If not already, you can refer to PREREQUISITES.md.
# Install just
cargo install just
CLI
cargo install ui-cli
ui starters
# └─> start-tauri
Run the project
# Install Tailwind CSS
pnpm install
# For Web
cargo leptos watch
# For desktop
cargo tauri dev
# For iOS
cargo tauri ios init
just run_ios
# For Android
cargo tauri android init
just run_android
License
MIT License - see LICENSE for details.