Go to file
Arya 717e0d0940
Uses the relative path to the command, adds licenses, adds copyright notice (#5)
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-04 14:23:07 -05:00
src Add Router and move Logs page to its own file (#3) 2024-03-04 12:52:45 -05:00
src-tauri Uses the relative path to the command, adds licenses, adds copyright notice (#5) 2024-03-04 14:23:07 -05:00
.gitignore Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
LICENSE_APACHE-2.0 Uses the relative path to the command, adds licenses, adds copyright notice (#5) 2024-03-04 14:23:07 -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