Checkout Pro Version

Folder Structure

Spike 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
                      
                                    
                  

Spike 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