Docly Child

Directory Structure

Estimated reading: 2 minutes

After downloading template from themeforest you can get this files and folders

  1. Make sure main the structure while uploading or changes code the required files and folders:
    1. Html – Contain all html files and following folders
      • Assets – /css, /js, /images, /vendor.
      • Backend – all dashboard html file.
      • App – dashboard app design sections files.
      • Frontend – all landing page html files.
    2. Gulp+html – Contain all html files, css and js bundel.
      • Assets – /css, /js, /images, /vendor.
      • Backend – All dashboard html file.
      • App – Dashboard app design sections files.
      • Frontend – All landing page html files.
      • task – This folder contain all gulp task.
      • gulp.config.json – This file have all css and js src paths.
      • gulpfile.js – This is gulp entry file.
      • package.json – This file has all package depandency.
    3. Gulp+hbs – Contain all hbs file and assets bundel.
      • src
        • Assets – /css, /js, /images, /vendor.
        • Templates
          • Layouts – Contain all backend and frontend layouts
          • Pages
            • App – Contain all app pages.
            • Backend – Contain all dashboard pages.
            • Frontend – Contain all landing pages.
          • Partials – Contain all header, sidebar.
    4. Webpack+html -Contain all html file, css and js  bundel.
      • Assets – /css, /js, /images, /vendor.
      • Backend – All dashboard html file.
      • App – Dashboard app design sections files.
      • Frontend – All landing page html files.
      • task – This folder contain all gulp task.
      • webpack – Contain all css and style webpack entry point.
      • webpack.config.js – This is webpack config file.
      • package.json – This file has all package depandency.
  2. Now that you have followed these steps your basic installation is complete and ready to flaunt your site to the world.

Leave a Comment

Share this Doc
CONTENTS