Skip to main content

Adminator

Open-source admin dashboard template crafted by ColorLib

Adminator is a responsive Bootstrap 5 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets, Initially coded by Colorlib. Migrated to Gulp Tooling for accelerated development by AppSeed.

For newcomers, Adminator is provided by ColorLib, a well-known company involved in many ope-source products. Adminator has a modern UI and comes with a state-of-the-art tooling chain to compile the HTML files.

Adminator - Free Template, mobile view.


How to compile the project

Once we have all these tools accessible we can start compiling the product:

Step #1 - Clone the sources from the public repository

$ git clone https://github.com/puikinsh/Adminator-admin-dashboard.git
$ cd Adminator-admin-dashboard

Step #2 - Install modules via NPM or Yarn

$ npm install
// OR
$ yarn

Step #3 - Start the app in development mode (with LIVE Reloading)

$ npm run dev
// OR
$ yarn dev

If all goes well, we should see the app running in the browser:

Adminator - Free Template


✅ Resources