Folder Structure

MatDash React Dashboard

              
📦
│
├── 📂 docs                                > Documentation for the Theme
├── 📂 package
│   ├── 📂 main                            > Main Demo
│   │   ├── 📂 public
│   │   ├── 📂 src
│   │   │   ├── 📂 api                     > All template related api here
│   │   │   ├── 📂 assets                  > All template related images here
│   │   │   ├── 📂 components              > All Components files here
│   │   │   ├── 📂 context                 > All context files here
│   │   │   ├── 📂 css                     > All css files here
│   │   │   ├── 📂 hooks                   > All custom hooks here
│   │   │   ├── 📂 layouts                 > All layout files here
│   │   │   │   ├── 📂 blank               > Blank Layout files
│   │   │   │   ├── 📂 full                > Full Layout files
│   │   │   ├── 📂 lib
│   │   │   ├── 📂 routs                   > Page routing
│   │   │   ├── 📂 types                   > Define TypeScript types
│   │   │   ├── 📂 utils                   > Language settings
│   │   │   ├── 📂 views
│   │   │   ├── 📄 App.tsx
│   │   │   ├── 📄 main.tsx
│   │   │   ├── 📄 vite-env.d.ts
│   │   ├── 📄 .eslintrc.cjs
│   │   ├── 📄 .gitignore
│   │   ├── 📄 .npmrc
│   │   ├── 📄 .prettierrc
│   │   ├── 📄 README.md
│   │   ├── 📄 components.json
│   │   ├── 📄 index.html
│   │   ├── 📄 netlify.toml
│   │   ├── 📄 package.json
│   │   ├── 📄 postcss.config.js
│   │   ├── 📄 tailwind.config.ts
│   │   ├── 📄 tsconfig.json
│   │   ├── 📄 tsconfig.node.json
│   │   ├── 📄 vite.config.ts
│   ├── 📂 jwt-firebase                     > jwt-firebase Demo
│   ├── 📂 dark                             > dark Demo
│   ├── 📂 horizontal                       > horizontal Demo
│   ├── 📂 rtl                              > rtl Demo
│   ├── 📂 starterkit                       > starterkit