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
    • src
      • assets
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • utilites
            • vendor
          • custom
            • shop
            • ui-kit
            • widget
            • all Custom .scss files of templates
          • kivicare design system
            • components
            • helper
            • plugins
            • variables
            • _root.scss
            • _variables.scss
            • _variables-dark.scss
          • customizer
            • _root.scss
            • _variables.scss
          • Rtl
            • components
            • custom
            • _index.scss
          • custom.scss
          • customizer.scss
          • kivicare.scss
          • rtl.scss
        • vendor
          • Third Party Modules
      • components
        • bootstrap
        • partial
          • footer
            • All footer styles files
          • header
            • All header styles files
          • sidebar
            • All sidebar styles files
        • section
          • All folders base on section which is used on pages
        • setting
        • widgets
          • Widgets that are used globally in the template.
      • layouts
        • indexLayout
        • simpleLayout
      • router
      • staticData
      • store
      • utilities
      • Views
        • All .jsx files
      • App.css
      • App.js
      • index.css
      • main.js
    • .htaccess
    • package-lock.json
    • package.json
    • README.md
Dashboard File Structure
  • Code-react
    • public
      • assets
        • images
          • All images regarding this templates
          • loader.gif
          • favicon.ico
    • src
      • assets
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • utilites
            • vendor
          • custom
            • shop
            • ui-kit
            • widget
            • all Custom .scss files of templates
          • kivicare design system
            • components
            • helper
            • plugins
            • variables
            • _root.scss
            • _variables.scss
            • _variables-dark.scss
          • customizer
            • _root.scss
            • _variables.scss
          • Rtl
            • components
            • custom
            • _index.scss
          • custom.scss
          • customizer.scss
          • kivicare.scss
          • rtl.scss
        • vendor
          • Third Party Modules
      • components
        • bootstrap
        • hooks
        • partial
          • footer
            • All footer styles files
          • header
            • All header styles files
          • sidebar
            • All sidebar styles files
        • setting
        • widgets
          • Widgets that are used globally in the template.
      • layouts
        • defaultLayout
        • horizontal
        • indexLayout
        • simpleLayout
      • router
      • store
      • utilities
      • Views
        • All .jsx files
      • App.css
      • App.jsx
      • index.css
      • main.jsx
    • .htaccess
    • package-lock.json
    • package.json
    • README.md