You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

adminlar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adminlar

adminlar is easy to use and well design admin dashboard template based on Bootstrap 5 for web apps, websites, services and more

1.0.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Demo Site: Here

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

Changelog

V 1.0.0

Initial Release

Authors

Nguyen Van Hau

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.

FAQs

Package last updated on 04 Oct 2022

Did you know?

Socket

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.

Install

Related posts