@10abdullahbutt/react-tailwind-admin-template
v1.0.0
Published
A professional, reusable React + Tailwind admin template with utilities, tests, linting, Husky hooks, and Docker support.
Maintainers
Readme
@10abdullahbutt/react-tailwind-admin-template
A professional, reusable React + Tailwind CSS admin template with utilities, tests, linting, Husky hooks, and Docker support.
Features
- ⚡️ React 18 + TypeScript
- 🎨 Tailwind CSS
- 🧩 Reusable components & utilities
- 🧪 Jest & React Testing Library
- 🧹 ESLint & Prettier
- 🐳 Docker & docker-compose
- 🔒 Husky pre-commit hooks
Getting Started
npm install @10abdullahbutt/react-tailwind-admin-templateDevelopment
npm install
npm run devBuild
npm run buildTest
npm testLint
npm run lintDocker
docker-compose up --buildFolder Structure
src/— Components, utilities, and hooks__tests__/— Unit and integration testsdist/— Build output
Contributing
- Fork the repo
- Create your feature branch (
git checkout -b feat/feature-name) - Commit your changes (
git commit -am 'feat: add feature') - Push to the branch (
git push origin feat/feature-name) - Open a pull request
License
MIT © Boolmind
