Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 510 Bytes

File metadata and controls

49 lines (30 loc) · 510 Bytes

tauri-app

tauri app demo

Prerequisites

Setting Up Tauri

Environment

Node.js >= 14.19.0

Development

  1. Install the required shims of Corepack
corepack enable
  1. Install dependencies
yarn install
  1. Run
yarn tauri:dev

Building

  • Test
yarn tauri:test
  • Production
yarn tauri:prod

Screenshot

Screenshot