GitHub Issues
Here we’ll check out how to get your window looking good and feeling native.
-
Create a project
Tauri has a project called “Create Tauri App”, or CTA for short.
# Spam click Enter to select all defaultspnpm create tauri-app --beta -
Run the project
Use the Tauri Command-Line Interface (CLI) to run the project.
pnpm installpnpm run dev