A modern React scaffold project preconfigured with RTK Query, React Router, Zod, React Hook Form, and Tailwind CSS. This setup provides a solid foundation for building scalable, type-safe, and well-structured web applications.
- React 18
- Redux Toolkit + RTK Query
- React Router
- React Hook Form
- Zod
- Tailwind CSS
git clone https://github.com/sreypheasin/REACT-CORE-CONFIG.git
cd your-project
npm install
npm run dev
## 🛠️ Build for Production
npm run build
npm run preview
## 🛠️ Project Structure
src/
├── store.js
├── features/
│ ├── api/ # RTK Query base API
│ └── blog/ # Example feature slice
└── main.jsx