Adminator Bootstrap 5 Admin Template
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
Preview
Screenshot
Here
Demo Site:TOC
Getting Started
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.
Prerequisites
- Node.js
- Yarn or NPM
- Git
- libpng-dev linux only
Installing & Local Development
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
Files/Folders Structure
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.
Deployment
In deployment process, you have two commands:
- Build command Used to generate the final result of compiling src files into build folder. This can be achieved by running the following command:
> npm run build
- Preview command Used to create a local dev server in order to preview the final output of build process. This can be achieved by running the following command:
> npm run preview
Built With
- Babel
- Webpack
- Eslint
- Sass
- Postcss
- Stylelint
- Bootstrap
- Chart.js
- Datatables
- Easy Pie Chart
- Fullcalendar
- Jquery
- Jquery Sparkline
- Jvectormap
- Load Google Maps API
- Lodash
- Masonry
- Moment
- Perfect Scrollbar
- Skycons
- Fontawesome
- Themify Icons
- Roboto Font
- Bootstrap Datepicker
Changelog
V 1.0.0
Initial Release
Authors
More info
- Bootstrap Dashboards
- Bootstrap Templates
- HTML Templates
- Free Admin Dashboards
- Website Templates
- Free CSS Templates
- WordPress Themes
License
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.