A simple React Starter Template, helps you to start your react project quickly.
- React
- React Router(@tanstack/router)
- React state management(jotai)
- React hooks(react-use)
- Typescript
- Vite
- Vitest
- Tailwindcss
- I18n
- eslint
- prettier
- lint-staged
- git hooks
- ci
- vscode settings
- env config
- Use this template to create a new repository
- Use Vscode to open the project
- setup the project
pnpm install
- start the project
pnpm dev