Folder Structure

Simple Folder structure helps you to navigate easily without any hassle.
Under dashboard-kit-react/ directory, You will find the following folder structure.
Folder Structure
DashboardKit-material-react
..
├── package.json -> Package json file.
├── public
├── README.md
├── src
│ ├── assets
│ │ └── images
│ │ └── fonts
│ │ └── scss -> Template SCSS files
│ │ ├── style.scss -> Application main file
│ │ └── _themes-vars.module.scss
│ ├── components -> Template custom components, Cards, Widgets, Modals
│ ├── config -> Template constant value and live customization
│ ├── contexts -> State context
│ ├── data -> json data to serve in pages
│ ├── hooks -> Custom hooks
│ ├── layout
│ │ ├── AdminLayout -> Layout for main components & routers
│ ├── routes -> different route based on layouts
│ ├── store -> Redux actions, reducers
│ ├── types -> Redux actions, reducers
│ ├── utils
│ ├── views -> View files for all pages
│ ├── App.tsx -> starting point of application
│ ├── index.tsx -> Application root
│ ├── menu-items.js -> menu data