Folder contains all template's source and production files.
This folder holds compiled from source template's asset files.
Here you'll find compiled .css files: theme.css
and theme.min.css
Favicon images for all browsers and platforms. They are linked in the <head>
section of html document.
Folder with Around icons font files. Additionaly there is selection.json file for icon set customization. Learn more in UI icons (Icon font) section.
Folder contains all graphic assets like images, illustrations, vector icons, etc. divided into subfolders.
This folder contains compiled theme.js
, compiled and minified theme.min.js
files.
Configuration .json files for Lottie player animations.
This folder contains all vendor plugins' .js / .css files. Learn how to install new vendor plugins in this section.
Folder with source files.
This folder contains main theme.js
and components
subfolder with all modules. theme.js
is processed (compiled / minified) into 2 files: assets/js/theme.js
and assets/js/theme.min.js
. The latter is linked to all .html documents.
This folder contains all project .scss
files that are compiled and minified to styles in assets/css
folder.
This folder contains all .pug
files that are compiled into HTML in root folder, components
and docs
folders.
Around UI Kit - all the component .html
pages with code snippets.
Documentation you are reading now.
File contains meta data about your app or module. Most importantly, it includes the list of dependencies to install from npm repository when running npm install.
Configuration file for Gulp. It contains all Gulp tasks you will perform while working on Createx based project. Learn more about it from Working with Gulp section or official Gulp documentation.