## Thank you for purchasing our item ##

Once you have downloaded the package, after template extracting, you will see the following files & directory structure:

```
template/
  ├──  assets
  │   ├──  css/
  │   ├──  images/
  │   ├──  js/
  │   ├──  scss/
  │   └──  vendor/
  ├──  docs
  │   ├──  index.html 
  └── All template HTML files
gulpfile.js
package.JSON
package-lock.JSON
README.MD
```

#### Templates and Assets

The `template` directory contains all the template files and static resources. To view, just open `.html` in your favorite browser!

#### Gulpfile.js

We've included an optional Gulp file to help you get started with theme customization. You’ll need to install Node.js and Gulp before using our included gulpfile.js.

To install Node visit [https://nodejs.org/download](https://nodejs.org/download/).

To install gulp, run the following command:

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

When you’re done, install the rest of the theme's dependencies:

```
$ npm install
```

From here, simply run `gulp` from your terminal and you're good to go!

+ `gulp` - recompile your theme assets.


#### Support

If you stuck with any issues or need help/have queries, Please read our documentation included in the package. If you are still not finding any solution, Kindly head over to our [support forum](https://support.webestica.com) and we will be getting in touch with you ASAP.
