Checkout Pro Version

Folder Structure

Modernize Tailwind Dashboard

                    
📦
├── 📂 dist                                  > Generated production files
├── 📂 figma-file                            > Design Files
├── 📂 package                               > Package Here
│   ├── 📂 demos                             > All Demos Here
│   │   ├── 📂 src
│   │   │   ├── 📂 assets                    > All the CSS, fonts, images, JS, SCSS here
│   │   │   ├── 📂 dark                      > Dark Demo Here
│   │   │   ├── 📂 horizontal                > Horizontal Demo Here
│   │   │   ├── 📂 landingpage               > Landing Page Here
│   │   │   ├── 📂 main                      > Main Demo Here
│   │   │   │   ├── 📂 partials              > Header-sidebar code Here
│   │   │   │   └── 📄 all .html files here  
│   │   │   ├── 📂 minisidebar               > Minisidebar Demo Here
│   │   │   ├── 📂 rtl                       > RTL Demo Here
│   │   ├── 📄 gulpfile.js                   > Gulp setting from Here
│   │   ├── 📄 .gitignore                    > Hide all unnecessary files from Git
│   │   ├── 📄 package.json                  > List of dependencies and npm information
│   │   ├── 📄 postcss.config                > This config file specifies the PostCSS plugins
│   ├── 📂 starterkit                        > Starterkit Here
│   │   ├── 📂 src
│   │   ├── 📄 gulpfile.js                   > Gulp setting from Here 
│   │   ├── 📄 package.json                  > List of dependencies and npm information
│   │   ├── 📄 postcss.config                > This config file specifies the PostCSS plugins
├── 📄 README.md                             > Theme information                              

                                    
                  

Modernize Tailwind Dashboard

                    
📦
├── 📂 dist                    > Generated production files          
├── 📂 package                 > Package Here
│   ├──📂 src                  
│   ├──📄 index.html           
|   ├──📄 .gitignore            > Hide all unnecessary files from Git
|   ├──📄 gulpfile.js           > Gulp setting from Here
|   ├──📄 package.json          > List of dependencies and npm information
├── 📄 discount-code.html       
├── 📄 docs.html                
├── 📄 hire-us.html             
├── 📄 README.md                > Theme information