img-1 img-2 img-3 img-4 img-5 img-6 img-7

Documentation

File Structure

Here is the general file structure of the template:

  • Template
    • gulp+scss+hbs
      • src
        • assets
          • images
            • icon.png
            • favicon.ico
            • loader.gif
          • js
            • charts
            • app.js
            • all .js files of dashboard
          • scss
            • bootstrap
              • forms
              • helper
              • mixins
              • utilites
              • vendor
            • custom
              • components
              • helper
              • layout-style
              • pages
              • plugins
              • variables
              • variables.scss
          • vendor
        • templates
          • layout
            • dashboard
          • pages
            • dashboard
              • all folders based on hbs file in dashboard
            • index.hbs
          • partials
            • components
            • dashboard
      • gulp
        • all gulp task here
      • gulp.config.json
      • gulpfile.js
      • package.json
    • html
      • assets
        • images
        • js
        • css
        • vendor
      • dashboard
        • all dashboard html folder based pages