File Structure

Here is the general file structure of the template:

Template File Structure
  • Code-react
    • public
      • assets
        • images
          • All images regarding this templates
      • favicon.ico
    • src
      • assets
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • tests
            • utilites
            • vendor
          • custom
            • auth
            • ui-kit
            • customizer
            • pages
          • XRay
              custom
              • custom.scss
          • XRay design system
            • components
            • helper
            • layout-style
            • plugins
            • variables
            • _root.scss
            • _variables.scss
            • _variables-dark.scss
          • customizer
            • _root.scss
            • _variables.scss
          • Rtl
            • components
            • plugn
            • rebbot
            • utilites
          • custom.scss
          • customizer.scss
          • xray.scss
          • rtl.scss
        • vendor
          • Third Party Modules
    • components
      • hooks
        • useDatatable
      • partial
        • footer
          • All footer styles files
        • header
          • All header styles files
        • sidebar
          • All sidebar styles files
      • setting
      • All Custom Components File
      • layouts
        • blank-layout
        • defaultLayout
      • router
      • store
      • utilities
      • Views
        • All .jsx files
      • App.js
      • main.js
    • .htaccess
    • package-lock.json
    • package.json
    • README.md