> 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/star-admin.md).

# Star Admin Template

Star Admin is a free responsive admin template built with Bootstrap 4. The template has a colorful, attractive yet simple and elegant design. The template is well crafted, with all the components neatly and carefully designed and arranged within the template.

* [Star Admin](https://bit.ly/2VXUgKu) - product page hosted by [BootstrapDash](/docs/content/partners/bootstrapdash.md)

Star Admin is packed with all the features that fit your needs but not cramped with components you would not even use. It is an excellent fit to build admin panels, e-commerce systems, project management systems, CMS or CRM.

![Star Admin - Bootstrap Dashboard Template.](/files/-M_EOWRscs6aahdLYooi)

## How to build the template

To build Star Admin in a local environment, NodeJs, Yarn and Gulp must be properly installed and accessible in the terminal:

* [GIT](https://git-scm.com/) - command line versioning command
* [NodeJS](https://nodejs.org/en/) - version 10.x or above
* [Yarn](https://yarnpkg.com/) - a modern package manager
* [Gulp](https://gulpjs.com/) - installed globally.

if you're not sure if the required tools are already installed, open a terminal and type the following commands.

> Check NodeJs version/installation

```
$ node -v
v12.18.4   
```

> Check Yarn version

```
$ yarn -v
1.22.5
```

> Install Gulp globally

```
$ npm install -g gulp-cli 
```

After installation, we can check the Gulp version using `-v` argument.

```
$ gulp -v
CLI version: 2.3.0
```

Once the required tooling is accessible we can start compiling the Star Admin template.

> Step #1 - Clone/download Star Admin source code

```
$ git clone https://github.com/BootstrapDash/StarAdmin-Free-Bootstrap-Admin-Template.git
$ cd StarAdmin-Free-Bootstrap-Admin-Template
```

> Step #2 - Install modules (dependencies)

```
$ npm install 
// OR
$ yarn 
```

> Step #3 - Start the project

```
$ gulp 
```

At this point, we can visit the app in the browser `http://localhost:3000`.

![Star Admin - Charts Page.](/files/-M_EZ6hkoNxpTltetcEu)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appseed.gitbook.io/docs/content/bootstrap-template/star-admin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
