File Structure

Here is the general file structure of the template:

General 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
              • widget
              • all Custom .scss files of templates
            • qloud design system
              • components
              • helper
              • plugins
              • variables
              • _root.scss
              • _variables-dark.scss
              • _variables.scss
            • custom.scss
            • qloud.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