File structure

Within your theme, you’ll find the following directories and files, common grouping resources and providing both compiled, transpired and minified distribution files, as well as raw source files.

Falcon-v2.0.0/
    ├── js/
    |   ├── bootstrap/
    |   ├── theme/
    |   └── plugins/
    ├── pages/
    |   ├── assets/
    |   ├── authentication/
    |   ├── components/
    |   ├── documentation/
    |   ├── e-commerce/
    |   ├── email/
    |   ├── home/
    |   ├── layouts/
    |   ├── pages/
    |   ├── plugins/
    |   ├── utilities/
    |   ├── index.html
    |   └── *.html
    ├── scss/
    |   ├── bootstrap/
    |   ├── theme/
    |   ├── _user.scss
    |   ├── _user-variables.scss
    |   └── theme.scss
    ├── .eslintrc.json
    ├── .gitignore
    ├── gulpfile.js
    └── package.json

Thank you for creating with Falcon |
2019 © Themewagon

v2.0.0