Skip to content

kamrulhasanPro/react-boilerplate

Repository files navigation

🚀 React Boilerplate Starter

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.

📦 Features

  • ⚡ Fast project setup
  • 🎨 TailwindCSS + DaisyUI pre-configured
  • 🖼️ React Icons included
  • 🚀 Clean & scalable folder structure
  • 🔗 React Router fully set up

📁 Folder Structure

src/
├── assets/
├── components/
├── layouts/
├── pages/
├── routes/
├── hooks/
├── context/
├── styles/
└── main.jsx

🛠️ How to Use This Boilerplate

1. Use degit (recommended)

npx degit kamrulhasanPro/react-boilerplate my-new-project
cd my-new-project
npm install
npm run dev

2. Clone using Git (optional)

git clone https://github.com/kamrulhasanPro/react-boilerplate.git
cd react-boilerplate
npm install
npm run dev

⚙️ Available Scripts

npm run dev
npm run build
npm run preview

📝 Customization

  • Edit Home.jsx → customize landing page
  • Edit router.jsx → manage routes
  • Add components inside /components
  • Modify styles within /styles

👤 Created By

Kamrul Hasan Miazi

GitHub: https://github.com/kamrulhasanPro

📄 License

This project is open‑source and free to use.

About

This boilerplate was created for my projects, but if you want to use it, you can try it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published