**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
# Adminator Bootstrap 5 Admin Template v2.5.0
**Adminator** is a responsive Bootstrap 5 Admin Template built with modern development tools. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets.
✨ **Latest Update (v2.5.0)**: Completely modernized build system with latest dependencies, ESLint 9.x flat config, and enhanced development experience.
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](https://github.com/puikinsh/Adminator-admin-dashboard/releases).
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](https://github.com/puikinsh/Adminator-admin-dashboard/releases).
#### Prerequisites
#### Prerequisites
- Node.js 14+
- Yarn or NPM
- Git
- libpng-dev *linux only*
- **Node.js 18.12.0 or higher** (tested with Node.js 23.11.0)
- **npm** (included with Node.js) or **Yarn**
- **Git**
#### Installing & Local Development
#### 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.
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.
* [Adminator right to left](https://github.com/mortezakarimi/Adminator-admin-dashboard-rtl) Adminator modified to work with right to left languages like Persian and Arabic
* [Adminator right to left](https://github.com/mortezakarimi/Adminator-admin-dashboard-rtl) - Adminator modified to work with right to left languages like Persian and Arabic
## Files/Folders Structure
## Files/Folders Structure
Here is a brief explanation of the template folder structure and some of its main files usage:
Here is a brief explanation of the template folder structure and some of its main files usage:
```
```
@ -66,7 +128,7 @@ Here is a brief explanation of the template folder structure and some of its mai
│ │ │ └── skycons # Animated icons plugin init.
│ │ │ └── skycons # Animated icons plugin init.
│ │ │ └── utils # Basic utils used for proper rendering.
│ │ │ └── utils # Basic utils used for proper rendering.
│ │ │ └── vectorMaps # Vector maps plugin init.
│ │ │ └── vectorMaps # Vector maps plugin init.
│ │ │ └── index.js # Indicator file.
│ │ │ └── app.js # Main application entry point.
│ │ │
│ │ │
│ │ └── static # Contains the non-code files.
│ │ └── static # Contains the non-code files.
│ │ │ └── fonts # Contains icon fonts.
│ │ │ └── fonts # Contains icon fonts.
@ -83,74 +145,106 @@ Here is a brief explanation of the template folder structure and some of its mai