This project is a boilerplate setup for React applications, utilizing modern tools and libraries to streamline development. It includes configurations for Vite, SWC, Ant Design (antd), TanStack Router with file-based routing, Zod for schema validation, and React Hook Form for form management.
To get started with this boilerplate, clone the repository and install the dependencies:
git clone https://github.com/myusp/react-antd-boilerplate
cd react-antd-boilerplate
yarn install