Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tabler | 35,950 | 13 | 6 days ago | 33 | August 24, 2023 | 64 | mit | HTML | ||
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap | ||||||||||
Ngx Admin | 24,795 | 6 | 2 | a month ago | 11 | July 19, 2017 | 473 | mit | TypeScript | |
Customizable admin dashboard template based on Angular 10+ | ||||||||||
Gentelella | 20,876 | 195 | 10 | 6 months ago | 4 | October 18, 2017 | 57 | mit | HTML | |
Free Bootstrap 4 Admin Dashboard Template | ||||||||||
Coreui Free Bootstrap Admin Template | 11,699 | 3 | 3 | 9 days ago | 3 | May 25, 2017 | 5 | mit | HTML | |
Free Bootstrap Admin & Dashboard Template | ||||||||||
Material Dashboard | 10,738 | 9 | 6 | 2 months ago | 6 | May 04, 2023 | 8 | mit | SCSS | |
Material Dashboard - Open Source Bootstrap 5 Material Design Admin | ||||||||||
Adminator Admin Dashboard | 4,191 | 2 months ago | 11 | mit | HTML | |||||
Adminator is easy to use and well design admin dashboard template based on Bootstrap 5 for web apps, websites, services and more | ||||||||||
Coreui Free React Admin Template | 4,186 | 2 | 9 days ago | 4 | November 01, 2020 | mit | JavaScript | |||
CoreUI React is a free React admin template based on Bootstrap 5 | ||||||||||
Airframe React | 3,825 | 10 months ago | 45 | mit | JavaScript | |||||
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe | ||||||||||
Stisla | 3,465 | 2 | 17 days ago | 1 | February 15, 2019 | 5 | mit | HTML | ||
Free Bootstrap Admin Template | ||||||||||
Coreui Free Vue Admin Template | 3,187 | 9 days ago | 2 | mit | Vue | |||||
Open source admin template based on Bootstrap 5 and Vue 3 |
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. Preview of this awesome admin template available here: https://colorlib.com/polygon/adminator/index.html
In order to run Adminator on your local machine all what you need to do is to have the prerequisites stated below installed on your machine and follow the installation steps down below. Prebuilt static assets can be found under releases.
Start by typing the following commands in your terminal in order to get Adminator full package on your machine and starting a local development server with live reload feature.
> git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator
> cd adminator
> npm install
> npm run dev
Here is a brief explanation of the template folder structure and some of its main files usage:
โโโ src # Contains all template source files.
โ โโโ assets # Contains JS, CSS, images and icon fonts.
โ โ โโโ scripts # Contains all JavaScript files.
โ โ โ โโโ charts # Chart.js, Sparkline & Pie Chart plugins init.
โ โ โ โโโ chat # All chat app JS code.
โ โ โ โโโ constants # Template constant values like color values.
โ โ โ โโโ datatable # Date table plugin init.
โ โ โ โโโ datepicker # Bootstrap datepicker init.
โ โ โ โโโ email # All email app code.
โ โ โ โโโ fullcalendar # Fullcalendar plugin init.
โ โ โ โโโ googleMaps # Google maps API integration code.
โ โ โ โโโ masonry # Masonry layout code.
โ โ โ โโโ popover # Bootstrap popover plugin init.
โ โ โ โโโ scrollbar # Perfect scrollbar plugin init.
โ โ โ โโโ search # Topbar toggle search init.
โ โ โ โโโ sidebar # Sidebar JS code.
โ โ โ โโโ skycons # Animated icons plugin init.
โ โ โ โโโ utils # Basic utils used for proper rendering.
โ โ โ โโโ vectorMaps # Vector maps plugin init.
โ โ โ โโโ index.js # Indicator file.
โ โ โ
โ โ โโโ static # Contains the non-code files.
โ โ โ โโโ fonts # Contains icon fonts.
โ โ โ โโโ images # Contains all template images/svg.
โ โ โ
โ โ โโโ styles # Contains all SCSS files.
โ โ โโโ spec # Contains custom SCSS files.
โ โ โ โโโ components # Contains all template components.
โ โ โ โโโ generic # Contains basic scaffolding styles.
โ โ โ โโโ screens # Contains views specific styles.
โ โ โ โโโ settings # Contains all template variables.
โ โ โ โโโ tools # Contains all mixins.
โ โ โ โโโ utils # Contains helper classes.
โ โ โ โโโ index.scss # Indicator file.
โ โ โ
โ โ โโโ vendor # Contains all plugin files & custom styles.
โ โ โโโ index.scss # Indicator file.
โ โ
โ โโโ *.html # All HTML pages files .
โโโ webpack # Contains Webpack init code.
โ โโโ plugins # Contains all Webpack plugins config.
โ โโโ rules # Contains Loaders config code.
โ โโโ config.js # Contains Webpack config object.
โ โโโ devServer.js # Webpack dev server config code.
โ โโโ manifest.js # All build system constants.
โ
โโโ .babelrc # Babel ES6 Transpiler.
โโโ .editorconfig # Keep same coding styles between code editors.
โโโ .eslintrc.yml # JavaScript Linting.
โโโ .gitattributes # Git Attributes.
โโโ .gitignore # Ignored files in Git.
โโโ .stylelintrc.yml # SCSS/CSS Linting.
โโโ browserslist # Supported Browsers.
โโโ CHANGELOG.md # Versioning.
โโโ package.json # Package metadata.
โโโ README.md # Manual file.
โโโ webpack.config.js # Webpack main config file.
โโโ yarn.lock # Yarn metadata.
In deployment process, you have two commands:
> npm run build
> npm run preview
Initial Release
Adminator is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the final products. But you always need to state that Colorlib is the original author of this template.