Folder Structure

  • vendora-project-dir //(source files)
    • HTML //HTML source files
      • travel //Source files for Travel theme
        • //all HTML page files for Travel theme.
      • fashion //Source files for Fashion theme
        • //all HTML page files for Fashion theme.
      • cosmetics //Source files for Cosmetics theme
        • //all HTML page files for Cosmetics theme.
    • SRC-Assets //Assets source files
      • fonts //all available font files are here.
      • images //image assets are here.
      • libs //all required library files are here.
      • js //javascript source files are here.
      • scss
        • components //customize bootstrap & components
        • config //bootstrap & app configuration files
        • fonts //available fonts style
        • icons //available icons style
        • layouts //style for layouting
        • pages //pages customizations
        • partials //style for partials files
        • plugins //add some plugins style here
        • sections //style for sections files
        • app.scss
        • bootstrap.scss
        • custom.scss //add customization styles here
      • gulpfile.js
      • package.json