File Structure

Here is the general file structure of the template:

Template File Structure
  • Code-next
    • public
      • 3d
      • images
        • All images regarding this templates
        • favicon.ico
      • landing-modules
        • images
          • All images regarding landing-modules
      • Module Images
        • All images regarding modules
      • favicon.ico
    • src
      • app
        • default-pages
          • admin
          • alternate-dashboard
          • blank
          • dashboard
          • form
          • icon
          • map
          • plugins
          • spacial-pages
          • table
          • Users
          • widget
        • extra-pages
          • auth
          • utilites
        • landing-pages
          • landing-pages
        • assets
          • custom
            • css
            • scss
          • landing-modules
            • scss
              • components
                • All landing-modules scss file
          • modules
            • appointment
            • blog
            • chat
            • e-commerce
            • filemanager
            • mail
            • social
          • scss
            • bootstrap
              • All bootstrap scss file
            • custom
              • All Custom scss file
            • customizer
              • _root.scss
              • _variables.scss
            • hopr-ui- design system
              • All Design System scss file
            • pro
              • All pro scss file
            • Rtl
              • All Rtl scss file
            • custom.scss
            • customizer.scss
            • hope-ui.scss
            • pro.scss
            • rtl.scss
          • sortable
            • All sortable JS file
        • chat
          • chat
        • components
          • bootstrap
          • design-system
          • directives
          • landing-modules
            • partial
              • header
                • All header styles files
              • footer
                • All footer styles files
            • widgets
          • modules
            • auth
            • chat
              • partials
            • e-commerce
              • partials
            • mail
              • partials
            • social
              • partials
        • partials
          • components
            • sidebar
          • dashboard
            • footerstyle
            • headerstyle
            • sidebarstyle
          • kanban
          • pro
            • header-style
        • setting
          • All setting customizer files
        • e-commerce
          • All e-commerce section file
        • mail
          • All email pages file
        • menu-styel
          • All different menu style page file
        • social
          • All social page section file
        • store
          • All redux file
        • style
        • utilites
          • All utilites js file
    • globle.css
    • Clientlayout.tsx
    • layout.tsx
    • page.tsx
  • .gitignore
  • next-config.mjs
  • package-lock.json
  • package.json
  • README.md
Previous Next