Plutus emerges as a leading developer-first admin dashboard template meticulously crafted with Tailwind CSS, enhancing customization possibilities and feature richness. It adheres rigorously to industry standards, leveraging Tailwind CSS to optimize speed, usability, and scalability. The template boasts a comprehensive suite of Tailwind CSS-powered components and widgets, empowering developers to swiftly create dynamic, responsive admin interfaces. Plutus's seamless integration of Tailwind CSS ensures intuitive design flexibility, making it the preferred choice for developers aiming to maximize efficiency and reliability in their web development endeavors
Plutus has been carefully coded with clear comments in all of its JS, SASS and HTML files. SASS has been used to increase code customizability.
There are multiple ways to install Plutus.
Download:
Using The Command Line:
Via Git
Clone to your machine
https://github.com/Rezul04/Plutus.git
Compile dist files
your work station is the src file you can list files as you wish ( file get compile with gulp )
- first run
npm install
- Optional:
npm run dev
(developer mode, autocompile with browsersync support for live demo) , will open on port8080
,http://localhost:8080/
change that as you want from gulpfile.js npm run build
(compile css/js files for production)