/apipoker

A small, lightweight and free clone of Postman

Primary LanguageRust

Main commands

  • npm run tauri dev - Run the app in Dev mode
  • npm run tauri build - Build the app
  • tauri dev - Run the app in Dev mode
  • RUST_BACKTRACE=1 tauri dev - Rerun tauri app to see error if it crashes immediately
  • npm run tauri build -- --debug - Create a DEBUG build
  • To debug in VSCode
  • Use webview console(console.log()) to debug

Svelte + Vite

This template should help get you started developing with Tauri and Svelte in Vite.

Recommended IDE Setup

VS Code + Svelte + Tauri + rust-analyzer.