Skip to content

🦀 This is a fully-featured Tauri project template using Solid-JS 🦀

Notifications You must be signed in to change notification settings

ZanzyTHEbar/SolidJSTauriMobile

Repository files navigation

SolidJSTauriMobile

This is a streamlined Tauri project using Vite and SolidJS

This example includes:

Usage

yarn # or pnpm install or npm install

Learn more on the Solid Website and come chat with us on our Discord

Available Scripts

In the project directory, you can run:

yarn tauri dev

Runs the app in the development mode.

An app should launch on your desktop.

Alternatively open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

yarn docs

Uses JSDoc to build a documentation website based on the projects documentation.

yarn lint

Runs eslint on all of the included files.

yarn format

Uses Prettier and the above yarn lint command to lint and then format all included file types.

Deployment