Inspired by vitesse
- Jotai - Primitive and flexible state management for React
- SWR - React Hooks for data fetching
- Axios - Promise based HTTP client for the browser and node.js
- UnoCSS - The instant on-demand atomic CSS engine.
- Iconify - use icons from any icon sets 🔍Icônes
- Pure CSS Icons via UnoCSS
- Ant Design - An enterprise-class UI design language and React UI library
- React Router - Declarative routing for React
vite-plugin-pages
- file system based routing
- react-i18next - Internationalization for react done right. Using the i18next i18n ecosystem.
- ESLint
- eslint-config-react-app - ESLint configuration used by Create React App
- eslint-plugin-react-refresh - Validate that your components can safely be updated with fast refresh
- Prettier
- @ianvs/prettier-plugin-sort-imports - A fork of trivago/prettier-plugin-sort-imports which does not sort side-effect imports
- TypeScript
- pnpm - Fast, disk space efficient package manager
- taze - A modern cli tool that keeps your deps fresh
npx degit hyoban/react-starter my-app
cd my-app
pnpm i
pnpm dev