Go to file
Automated Release Test 05f593164e Adds @modular-forms/solid pkg, and a single config option 2024-03-04 17:20:16 -05:00
src Adds @modular-forms/solid pkg, and a single config option 2024-03-04 17:20:16 -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 Adds @modular-forms/solid pkg, and a single config option 2024-03-04 17:20:16 -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 Adds @modular-forms/solid pkg, and a single config option 2024-03-04 17:20:16 -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