https://github.com/talljack/dev-utils
Developer Utils
https://github.com/talljack/dev-utils
app utils
Last synced: about 1 year ago
JSON representation
Developer Utils
- Host: GitHub
- URL: https://github.com/talljack/dev-utils
- Owner: Talljack
- License: mit
- Created: 2023-11-11T13:52:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:09:27.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:16:40.206Z (over 1 year ago)
- Topics: app, utils
- Language: TypeScript
- Homepage:
- Size: 8.92 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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 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!