https://github.com/talljack/tauri-react-template
Tauri, React, Vite, Typescript template for Application developer
https://github.com/talljack/tauri-react-template
Last synced: about 1 year ago
JSON representation
Tauri, React, Vite, Typescript template for Application developer
- Host: GitHub
- URL: https://github.com/talljack/tauri-react-template
- Owner: Talljack
- License: mit
- Created: 2023-11-07T01:15:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T04:50:07.000Z (over 2 years ago)
- Last Synced: 2025-01-21T04:16:20.552Z (over 1 year ago)
- Language: TypeScript
- Size: 547 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-react-template
Tauri, React, Vite and TypeScript Application template for developer.
## Usage
```bash
# Use this template to create a new repository
# Install dependencies
bun install
# Run the app
bun tauri:dev
```
## Tech Stack
- [Tauri](https://github.com/tauri-apps/tauri)
- [React](https://react.dev/learn)
- [Vite](https://vitejs.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Bun](https://bun.sh/)
And you can custom UI Library what you want.
Wish you a happy development!