1508f0d58a | ||
---|---|---|
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
yarn
- Run
yarn
to install npm packages - Run
yarn 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