# Download react templates

> Download CoreUI React Admin Templates to get the source code that lets you customize and create your react-based application.

## Source files

Compile CoreUI React Admin with your own asset pipeline by downloading our source Sass, and JavaScript files. This option requires some additional tooling:

- Create React App
- React, React Dom, React Router
- Redux
- Sass compiler for compiling your CSS.

<a href="https://coreui.io/product/free-react-admin-template/" className="btn btn-primary">Download</a>

<br/><br/>

### PRO Templates
If you have a valid PRO license you can [re-download](https://coreui.io/download) on our website. In case if your license has been expired, or you don't have a PRO license please visit our [website](https://coreui.io/pricing) to buy one.

<a href="https://coreui.io/download/" className="btn btn-primary">Download PRO</a>&nbsp;
<a href="https://coreui.io/pricing/" className="btn btn-primary">Buy PRO</a>

<br/><br/>

### Clone repo

You can also fork [CoreUI React Admin Template's repository](https://github.com/coreui/coreui-free-react-admin-template.git).

```sh
git clone https://github.com/coreui/coreui-free-react-admin-template.git my-project
```

If you have a valid Enterprise subscription you can fork CoreUI PRO Bootstrap Admin Template's repository.

```sh
git clone https://github.com/coreui/coreui-pro-react-admin-template.git my-project
```
