/src
- Source codemain.tsx
- EntryPoint (Provider chain etc)App.tsx
- Root component/@types
- Type definitions/components
- Button, Card, Calendar, .../hooks
- Custom hooks/modules
- API, Authentication, .../pages
- Page components/store
- Global states/utils
- Utilities
vitejs/vite
- Frontend buliding toolfacebook/react
- Main UI libraryremix-run/react-router
- Routing librarychakra-ui/chakra-ui
- Component libraryTanStack/query
- Asynchronous state management library (Mainly used for data fetching)facebookexperimental/recoil
- State management library
ESLint
- Linter, See.eslintrc.json
Prettier
- Code Formatter, See.prettierrc
okonet/lint-staged
/Husky
- Pre-commit linter runner
yarn install
yarn dev
oryarn dev --host
yarn build