/!\ Skip the environment configuration step
Your STARTUP is needed by the market immediately
Prerequisite: Proplate cli ^0.3.0
proplate create --template https://github.com/YumeT023/modern-react-ts-project-starter --dest destination
cd destination
Use npm
or yarn
yarn install
yarn dev
- Bootstraped with Vitejs
- Styling: tailwindcss + shadcn-ui components or MUIv5
- State manager: zustand
- Form: react-hook-form
- Client side routing: react-router
- Data validation: zod
- Asynchronous state management: react-query
- Code quality: