Folder Structure

React

├── Admin
        ├── public
            ├── favicon.ico
            ├── index.html
            ├── logo192.png
            ├── logo512.png
            ├── manifest.json
            └── robust.txt              
        ├── src 
            ├── assets               
                ├── fonts
                ├── images                
                └── scss                    
            ├── Common
            ├── helpers
            ├── Hooks
            ├── Layout
            ├── pages
            ├── Routes
            ├── slices
            ├── App.css
            ├── App.test.tsx
            ├── App.tsx
            ├── index.css
            ├── index.tsx
            ├── logo.svg
            ├── react-app-env.d.ts
            ├── reportWebVitals.ts
            └── setupTests.ts                
        ├── .env
        ├── .gitignore
        ├── global.d.ts
        ├── package.json
        ├── README.md
        └── tsconfig.json
© Themesbrand.
Crafted with by Themesbrand