Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vojislavd/tailwindcss-alpine.js-template

Dashboard template created with Tailwind CSS & Alpine.js
https://github.com/vojislavd/tailwindcss-alpine.js-template

alpinejs dashboard tailwindcss template

Last synced: 6 days ago
JSON representation

Dashboard template created with Tailwind CSS & Alpine.js

Awesome Lists containing this project

README

        

# Tailwind CSS & Alpine.js Template


Free admin dashboard template created with Tailwind CSS and Alpine.js.

## Demo
You can check the demo here :point_right: DEMO

## Usage

You can use these components in any project where Tailwind CSS and Alpine.js are installed, just make sure you are configured
primary and secondary colors in tailwind.config.js and you have @tailwindcss/forms plugin installed.

If you don't want to use primary and secondary colors, replace `primary`, `primary-dark`, `secondary` and `secondary-dark` for
colors you want in all components where those colors are used.

If you want to use customized scrollbar, make sure to configure that also in tailwind.config.js.

Check `tailwind.config.js` file to see how to configure everything properly.

## Installation
In the project directory run `npm install` command to install all required packages.

After installation is completed, run `npm run dev` command and you will have project running at http://localhost:3000/.

Enjoy :palm_tree:

## License

The project is open-sourced software licensed under the [MIT license](LICENSE.md).