File Structure

Here is the general file structure of the template:

Template File Structure
  • Code-react
    • public
      • assets
        • images
          • All images regarding this templates
          • loader.gif
          • favicon.ico
        • vendor
    • src
      • assets
        • Custom
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • tests
            • utilites
            • vendor
          • custom
            • pages
            • slider
            • ui-kit
            • widget
          • rtl
            • components
            • custom
          • streamit design system
            • components
            • helper
            • plugins
            • variables
            • _root.scss
            • _variables.scss
            • _variables-dark.scss
          • custom.scss
          • streamit.scss
          • rtl.scss
        • vendor
          • All Third Party plugin
      • components
        • blog
          • sidebar
        • bootstrap
        • brand
        • cards
        • merchandise
          • partial
        • partial
          • header, footer, components based on hbs file templates
        • plugins
        • sections
        • setting
          • elements
          • section
        • shimmer
        • slider
      • lang
      • layout
      • router
      • static data
      • store
        • blog
        • media
        • setting
        • shop
      • utilites
      • views
        • All folders base on section which is used on pages
    • .gitignore
    • .htaccess
    • index.html
    • package.json
    • vite.config.js
Dashboard File Structure
  • Code-react
    • public
      • assets
        • client-images
          • All images regarding this templates
        • images
          • All images regarding this templates
          • loader.gif
          • favicon.ico
        • vendor
    • src
      • assets
        • custom
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • tests
            • utilites
            • vendor
            • All bootstrap scss
          • custom
            • all Custom .scss files of templates
          • customizer
            • _root.scss
            • _variables.scss
          • rtl
            • components
            • page
            • reboot
            • utilites
            • _index.scss
          • streamit design system
            • components
            • helper
            • layout-style
            • plugins
            • variables
            • _root.scss
            • _variables.scss
            • _variables-dark.scss
          • sweet -aleart
          • _custom-variavble.scss
          • custom.scss
          • customizer.scss
          • dashboard-custom.scss
          • pro.scss
          • rtl.scss
          • streamit.scss
        • vendor
          • Third Party Modules
      • components
        • bootstrap
        • customizer
        • custom
        • partial
          • footer
            • All footer styles files
          • header
            • All header styles files
          • sidebar
            • All sidebar styles files
        • setting
      • hooks
      • lang
      • layouts
      • router
      • store
      • utilities
      • Views
        • All folders base on section which is used on pages
    • .gitignore
    • .htaccess
    • index.html
    • package.json
    • tsconfig.json
    • vite.config.js