File Structure

Here is the general file structure of the template:

Template File Structure
  • Template
    • gulp+scss+hbs
      • src
        • assets
          • images
            • All images regarding this templates
            • down-aerrow.gif
            • favicon.ico
            • glass-card.png
            • loader.gif
            • logo-mini-white.png
            • logo-mini.png
            • logo-white.png
            • logo.png
          • js
            • Charts
            • iqonic-script
            • plugins
            • Setting
            • Table
            • booksto-advance.js
            • booksto.js
            • custom.js
            • setting-init.js
            • sidebar.js
            • slider.js
            • vertical_slider.js
          • scss
            • booksto-design-system
              • components
              • helper
              • layout-style
              • plugins
              • variables
              • _root.scss
              • _variables-dark.scss
              • _variables.scss
            • bootstrap
              • forms
              • helpers
              • tests
              • mixins
              • utilites
              • vendor
            • custom
              • auth
              • customizer
              • pages
              • ui-kit
            • customizer
              • _root.scss
              • _variables.scss
            • rtl
              • components
              • plugins
              • reboot
              • utilities
              • _index.scss
            • booksto.scss
            • custom.scss
            • customizer.scss
            • rtl.scss
          • vendor
            • All Third Party plugin
        • templates
          • components
            • partials
              • header, footer, components based on hbs file templates
            • widgets
              • widgets regarding this templates will get here
          • layouts
            • layout regarding this templates
          • pages
            • All pages regarding this templates
      • gulp
        • all gulp task here
      • gulp.config.json
      • gulpfile.js
      • package.json
    • html
      • assets
        • css
          • all css files
        • images
          • images regarding this templates
        • js
          • all js files
        • vendor
      • all pages regarding templates