Adminator
Open-source admin dashboard template crafted by ColorLib
Adminator is a responsive Bootstrap 4 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.
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.

How to compile the project
To use this modern design and compile in a local environment a minimal development kit is required:
A modern editor - VSCode
Nodejs - used in Javascript-based products and tools
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:

Last updated
Was this helpful?