Go to file
Arya 9b3570c741
pass 'CREATE_NO_WINDOW' flag to child process on windows (#14)
Co-authored-by: Automated Release Test <release-tests-no-reply@zfnd.org>
2024-03-07 19:27:04 -05:00
docker feat(docker): add a Dockerfile to run `zebra-app` (#9) 2024-03-05 19:15:51 -05:00
src Adds config updates and preserves logs when routing (#10) 2024-03-05 21:07:04 -05:00
src-tauri pass 'CREATE_NO_WINDOW' flag to child process on windows (#14) 2024-03-07 19:27:04 -05:00
.gitignore Use Tauri v2-beta and SolidJS (#1) 2024-02-28 20:31:59 -05:00
README.md Update README.md 2024-03-05 21:32:42 -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 Adds config updates and preserves logs when routing (#10) 2024-03-05 21:07:04 -05:00
pnpm-lock.yaml Adds config updates and preserves logs when routing (#10) 2024-03-05 21:07:04 -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

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 pnpm
  3. Run pnpm i to install npm packages
  4. Run pnpm 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