Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talljack/tauri-react-template
Tauri, React, Vite, Typescript template for Application developer
https://github.com/talljack/tauri-react-template
Last synced: 12 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T04:50:07.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:59:46.888Z (9 months 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!