Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
michael-riordan
tauriswelte
public
Published on 5/6/2025
Rust+Tauri+Swelte
Basic rules for Rust+Tauri+Swelte
Rules
Star
0
Remix
Add block
Preview
YAML
Build & Development Commands
yarn create tauri-app my-tauri-app --template svelte to create app
yarn tauri dev to build in dev
Testing Guidelines
Test, test, test as we add new features
Test both frontend and backend
Code Style & Guidelines
Follow SOLID principles
separate concerns
keep it DRY
document code using docstrings
Documentation Guidelines
Yarn 2 API is different from Yarn 1. Check the docs