Adminlar Bootstrap 5 Admin Template
Adminlar 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://adminlar.lara.asia
Preview
Screenshot
Here
Demo Site:TOC
Getting Started
In order to run Adminlar 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 Adminlar full package on your machine and starting a local development server with live reload feature.
> git clone https://github.com/LaraPlatform/AdminLar.git adminlar
> cd adminlar
> 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.
│ └── scripts # Contains all JavaScript files.
│ └── styles # Contains all SCSS files.
└── CHANGELOG.md # Versioning.
└── package.json # Package metadata.
└── README.md # Manual file.
└── rollup.config.js # Rollup main config file.
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
- watch command Used to create a local dev server in order to watch the final output of build process. This can be achieved by running the following command:
> npm run watch
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
License
Adminlar 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 devhau is the original author of this template.