https://github.com/errec/tauri-react-tailwind-boilerplate
Boilerplate to start a Tauri desktop app with React-TS-Tailwid and Vite as bundler
https://github.com/errec/tauri-react-tailwind-boilerplate
Last synced: about 1 year ago
JSON representation
Boilerplate to start a Tauri desktop app with React-TS-Tailwid and Vite as bundler
- Host: GitHub
- URL: https://github.com/errec/tauri-react-tailwind-boilerplate
- Owner: Errec
- Created: 2024-07-24T01:53:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T02:06:03.000Z (about 2 years ago)
- Last Synced: 2025-02-17T06:41:45.142Z (over 1 year ago)
- Language: TypeScript
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + React + TypeScript + Vite + Tailwind
This template provides a minimal setup to get your Tauri app running with Yarn ASAP:
```bash
yarn install
npx tauri dev
yarn tauri dev
```