Go to file
Automated Release Test 9fc5761e70 adds zebrad as a bundled external binary 2024-03-04 13:58:34 -05:00
src Add Router and move Logs page to its own file (#3) 2024-03-04 12:52:45 -05:00
src-tauri adds zebrad as a bundled external binary 2024-03-04 13:58:34 -05:00
.gitignore Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
README.md minor README.md update 2024-02-28 20:33:06 -05:00
index.d.ts Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
index.html Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
package.json Add Router and move Logs page to its own file (#3) 2024-03-04 12:52:45 -05:00
tsconfig.json Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
tsconfig.node.json Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
vite-env.d.ts Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
vite.config.ts Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
yarn.lock Add Router and move Logs page to its own file (#3) 2024-03-04 12:52:45 -05:00

README.md

Tauri + Solid + Typescript

This template should help get you started developing with Tauri, Solid and Typescript in Vite.

Setup

  1. Make sure all of the Tauri prerequisites are installed.
  2. Install yarn
  3. Run yarn to install npm packages
  4. Run yarn tauri dev to start the Tauri app.
  5. Add an empty dist folder to the root of this project to fix the Rust warning in src-tauri/src/main.rs
  6. Install Prettier for formatting .ts/.tsx/.css files