Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!