This is an opinionated template for building Tauri apps using React, Typescript, React-router, tailwindcss, i18n, ant-design-v5 and vite. It also includes a custom eslint-only configuration provided by @antfu/eslint-config. Additionally, it utilizes Simple-git-hooks and lint-staged to lint and format code before committing.
- React
- Typescript
- React-router
- tailwindcss
- i18n
- ant-design-v5
- vite
- @antfu/eslint-config
- Simple-git-hooks
- lint-staged
This project uses pnpm as the package manager. Begin by using the following command:
pnpm install
pnpm tauri dev
pnpm tauri build
pnpm lint
pnpm lint:fix
Please activate the git-hooks by running this command:
npx simple-git-hooks