Checkout Pro Version

Folder Structure

Flexy Bootstrap Dashboard

                    
📦
├── 📂 Docs                        > Contain template Documentation
├──📂 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
|  |  |  ├──📂 docs                > Documentation 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
|  ├──📂 starterkit                > Starterkit Here
|  |  ├──📂 src 
|  |  ├──📄 gulpfile.js 
|  |  ├──📄 package.json
├──📄 README.md                    > Theme information

                    
                  

Flexy Bootstrap Dashboard

                    
📦
├── 📂 Docs         > Contain template Documentation
├──📂 src
|  ├──📂 assets     > All the css, fonts, images, js, scss here  
|  ├──📂 html       > All the HTML here 
├──📄 docs.html 
├──📄 .gitignore    > Hide all unnecessary files from Git 
├──📄 package.json  > List of dependencies and npm information
├──📄 README.md     > Theme information