A clean, modern, and scalable React boilerplate built with:
- React
- React Router
- TailwindCSS
- DaisyUI
- React Icons
This boilerplate helps you start new projects instantly without repeating the same setup every time.
- ⚡ Fast project setup
- 🎨 TailwindCSS + DaisyUI pre-configured
- 🖼️ React Icons included
- 🚀 Clean & scalable folder structure
- 🔗 React Router fully set up
src/
├── assets/
├── components/
├── layouts/
├── pages/
├── routes/
├── hooks/
├── context/
├── styles/
└── main.jsx
npx degit kamrulhasanPro/react-boilerplate my-new-project
cd my-new-project
npm install
npm run devgit clone https://github.com/kamrulhasanPro/react-boilerplate.git
cd react-boilerplate
npm install
npm run dev
npm run dev
npm run build
npm run preview
- Edit
Home.jsx→ customize landing page - Edit
router.jsx→ manage routes - Add components inside
/components - Modify styles within
/styles
Kamrul Hasan Miazi
GitHub: https://github.com/kamrulhasanPro
This project is open‑source and free to use.