Cleopatra - Tailwind CSS Admin Dashboard Template
Cleopatra is a developer-first admin dashboard template built on Tailwind CSS. It offers a clean and minimal design with high customizability and scalability.
Key Features:
- Built with Tailwind CSS
- Clean and minimal design
- Developer-friendly code with clear comments
- SASS used for increased customizability
- Gulp-based build process for CSS/JS compilation
- Optional Browsersync support for live demo during development
Installation:
- NPM:
npm install @moesaid/cleopatra
- Git:
git clone https://github.com/moesaid/cleopatra.git
Development:
- Run
yarn
to install dependencies. - Use
yarn dev
for development mode with Browsersync (access athttp://localhost:8080/
). - Use
npm run build
to compile CSS/JS files for production.