
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
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. 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.
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.
FAQs
HTML Admin Template
The npm package adminator receives a total of 674 weekly downloads. As such, adminator popularity was classified as not popular.
We found that adminator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.