mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
.. | ||
bin | ||
src | ||
test | ||
types/fixturez | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
CHANGELOG.md | ||
jest.config.js | ||
package.json | ||
readme.md | ||
rollup.config.js | ||
tsconfig.json | ||
yarn.lock |
create-tauri-app
Run and answer the prompts to get started with your first Tauri app!
With npx:
npx create-tauri-app
With npm:
npm x create-tauri-app
With yarn:
yarn create tauri-app
Additional Args
TODO