Go to file
Gustavo Valverde f8d09d4df7 feat(docker): add a Dockerfile to run `zebra-app` 2024-03-05 23:47:46 +00:00
docker feat(docker): add a Dockerfile to run `zebra-app` 2024-03-05 23:47:46 +00:00
src Adds more fields, not very usable yet. (#8) 2024-03-04 18:50:01 -05:00
src-tauri Bump mio from 0.8.10 to 0.8.11 in /src-tauri (#7) 2024-03-04 18:50:17 -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 feat(docker): add a Dockerfile to run `zebra-app` 2024-03-05 23:47:46 +00:00
pnpm-lock.yaml feat(docker): add a Dockerfile to run `zebra-app` 2024-03-05 23:47:46 +00: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 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