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
            • favicon.ico
            • loader.gif
          • js
            • all .js files of templates
          • scss
            • bootstrap
              • forms
              • helper
              • mixins
              • utilites
              • vendor
            • custom
              • shop
              • ui-kit
              • widget
              • all Custom .scss files of templates
            • Streamit design system
              • components
              • helper
              • plugins
              • variables
              • _root.scss
              • _variables.scss
              • _variables-dark.scss
            • customizer
              • _root.scss
              • _variables.scss
            • Rtl
              • components
              • custom
              • _index.scss
            • custom.scss
            • customizer.scss
            • Streamit.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
          • layout
            • 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
Dashboard File Structure
  • Template
    • gulp+scss+hbs
      • src
        • assets
          • images
            • All images regarding this dashboard
            • favicon.ico
            • loader.gif
            • logo.png
            • logo-dark.png
            • logo-mini.png
            • logo-mini-dark.png
            • logo-mini-white.png
            • logo-white.png
          • js
            • charts
            • iqonic-script
            • plugins
            • Streamit.js
            • Streamit-advance.js
            • sidebar.js
            • setting-init.js
            • slider.js
          • scss
            • bootstrap
              • forms
              • helper
              • mixins
              • utilites
              • vendor
              • All bootstrap scss
            • custom
              • All custome scss
            • customizer
              • _root.scss
              • _variables.scss
            • Streamit-design-system
              • components
              • helper
              • layout-style
              • plugins
              • variables
              • _root.scss
              • _variables.scss
              • _variables-dark.scss
            • rtl
              • components
              • plugins
              • reboot
              • utilities
              • _index.scss
          • vendor
            • all third party plugins files
        • templates
          • components
            • partials
              • all components which repeat continiously in all page. e.g. sidebar, header, footer, etc.
            • widgets
              • Widgets that are used globally in the dashboard. e.g. profile card in dashboard's sidebar.
          • layout
            • dashboard
              • all layout regarding dashboards
          • pages
            • all folders based on hbs file in dashboard
            • index.hbs
      • 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