Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talljack/dev-utils
Developer Utils
https://github.com/talljack/dev-utils
app utils
Last synced: about 20 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:09:27.000Z (10 months ago)
- Last Synced: 2024-05-01T19:59:43.754Z (9 months ago)
- Topics: app, utils
- Language: TypeScript
- Homepage:
- Size: 8.92 MB
- Stars: 1
- 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!