Go to file
Automated Release Test 1508f0d58a Disallow resizing the config file textarea without resizing the window 2024-03-05 21:04:24 -05:00
docker feat(docker): add a Dockerfile to run `zebra-app` (#9) 2024-03-05 19:15:51 -05:00
src Disallow resizing the config file textarea without resizing the window 2024-03-05 21:04:24 -05:00
src-tauri moves log state up to App so it persists across route changes, moves wait during setup for webview to start to the async runtime so it doesn't block the setup fn from starting the webview. 2024-03-05 20:42:25 -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 adds syntax highlighting for config preview with highlightjs 2024-03-05 19:40:22 -05:00
pnpm-lock.yaml adds syntax highlighting for config preview with highlightjs 2024-03-05 19:40:22 -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 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