michael-riordan/tauriswelte icon
public
Published on 5/6/2025
Rust+Tauri+Swelte

Basic rules for Rust+Tauri+Swelte

Rules

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