Tailwind CSS & Alpine.js Template
Free admin dashboard template created with Tailwind CSS and Alpine.js. This template provides a basic structure for building web applications with a modern look and interactive components.
Key Features:
- Tailwind CSS: Utilizes a utility-first CSS framework for rapid UI development.
- Alpine.js: Employs a lightweight JavaScript framework for adding dynamic behavior.
- Customizable: Easily adaptable and configurable to fit specific project needs.
- MIT License: Open-source and free to use in commercial projects.
Usage:
This template is designed to be a starting point for developers looking to create admin dashboards or web applications with Tailwind CSS and Alpine.js. It includes pre-configured settings for primary and secondary colors, and a customized scrollbar. To get started:
- Clone the repository.
- Run
npm install
to install dependencies. - Run
npm run dev
to start the development server.
Ensure that you have configured primary and secondary colors in tailwind.config.js
and have the @tailwindcss/forms
plugin installed.