> For the complete documentation index, see [llms.txt](https://appseed.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appseed.gitbook.io/docs/content/bootstrap-template/adminlte.md).

# AdminLTE

Iconic Open-source Dashboard Template crafted by ColorLib

**AdminLTE** is a popular open-source template for admin dashboards and control panels. It is a responsive HTML template that is based on the Bootstrap CSS framework.

* [AdminLTE](https://adminlte.io/) - official website
* [AdminLTE](https://github.com/ColorlibHQ/AdminLTE/tree/v2) - legacy version v2

It utilizes all of the Bootstrap components in its design and re-styles many commonly used plugins to create a consistent design that can be used as a user interface for backend applications. AdminLTE is based on a modular design, which allows it to be easily customized and built upon.

![AdminLTE - Open-source Bootstrap Dashboard.](https://4080083720-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYVW6MKCi9iujNc3SK_%2Fsync%2Ff21daa466a35b5f8eb16d4914c0ad92a5d356b70.jpg?generation=1621056510922012\&alt=media)

## How to compile AdminLTE

To compile and run locally AdminLTE [Nodejs](https://nodejs.org/en/) (>= 10.x) should be installed and optionally [GIT](https://git-scm.com/), the command line versioning tool.

> **Step #1 -** Clone sources from the public repository

```
$ git clone https://github.com/ColorlibHQ/AdminLTE.git
$ cd AdminLTE
```

> **Step #2 -** Install Dependencies

```
$ npm install 
```

> **Step #3 -** Start in development mode (live reloading)

```
$ npm run start
```

> **Step #4 -** Compile for production

```
$ npm run production 
```

If all goes well, we should see AdminLTE running in the browser.
