mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
26 lines
256 B
Markdown
26 lines
256 B
Markdown
# create-tauri-app
|
|
|
|
Run and answer the prompts to get started with your first Tauri app!
|
|
|
|
With npx:
|
|
|
|
```shell
|
|
npx create-tauri-app
|
|
```
|
|
|
|
With npm:
|
|
|
|
```shell
|
|
npm x create-tauri-app
|
|
```
|
|
|
|
With yarn:
|
|
|
|
```shell
|
|
yarn create tauri-app
|
|
```
|
|
|
|
# Additional Args
|
|
|
|
TODO
|