File Structure

Here is the general file structure of the template:

File Structure
  • Code-react
    • public
      • assets
        • images
          • All images regarding this templates
          • favicon.ico
    • src
      • assets
        • bootstrap
        • custom
        • scss
          • bootstrap
            • forms
            • helper
            • mixins
            • utilites
            • vendor
          • custom
            • widget
            • all Custom .scss files of templates
          • qloud design system
            • components
            • helper
            • plugins
            • variables
            • _root.scss
            • _variables-dark.scss
            • _variables.scss
          • custom.scss
          • qloud.scss
        • vendor
          • Third Party Modules
      • components
        • blog-comp
        • counterx
        • faq
        • icon_Box
        • newsletter
        • \
        • partials
        • portfolio
        • service
        • testimonial
        • all .jsx file
      • layouts
        • blank-layout.jsx
        • defaultLayout.jsx
      • router
        • default-router.jsx
        • layout-router.jsx
      • Views
        • All .jsx files
      • App.jsx
      • main.jsx
    • .env
    • .env.example
    • .gitignore
    • .htaccess
    • index.html
    • package-lock.json
    • package.json
    • README.md