72851bc5f0
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org> |
||
---|---|---|
docker | ||
src | ||
src-tauri | ||
.gitignore | ||
README.md | ||
index.d.ts | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite-env.d.ts | ||
vite.config.ts |
README.md
Tauri + Solid + Typescript
This template should help get you started developing with Tauri, Solid and Typescript in Vite.
Recommended IDE Setup
Setup
- Make sure all of the Tauri prerequisites are installed.
- Install
pnpm
- Run
pnpm i
to install npm packages - Run
pnpm tauri dev
to start the Tauri app. - Add an empty
dist
folder to the root of this project to fix the Rust warning insrc-tauri/src/main.rs
- Install Prettier for formatting .ts/.tsx/.css files