Light Able Bootstrap
  • Welcome
  • Gulp setup
  • Structure
    • Directory Structure
    • Page Structure
  • Customizer
    • Light & Dark Layout
    • Navbar Theme
    • Preset Colors
    • Sidebar Caption
    • Rtl Layout
    • Box Container
  • Dependencies
  • Changelog
  • RoadMap
Powered by GitBook
On this page
  1. Structure

Directory Structure

Since Light Able comes with a gulp, it has minor differences in structure but one can pick any one and start making changes, both are totally independent.

dist/
├── assets/
│   ├── css/
│   ├── fonts/
│   ├── images/
│   ├── js/
│   ├── json/
├── application/
├── dashboard/
├── elements/
├── forms/
├── layouts/
├── other/
├── pages/
├── table/
├── widget/
├── index.html
src/
├── assets/
│   ├── fonts/
│   ├── images/
│   ├── js/
│   ├── json/
│   ├── scss/
├── html/
│   ├── application/
│   ├── dashboard/
│   ├── elements/
│   ├── forms/
│   ├── layouts/
│   ├── other/
│   ├── pages/
│   ├── table/
│   ├── widget/
│   ├── index.html
├── .babelrc
├── gulpfile.js
├── package.json
├── README.MD
PreviousStructureNextPage Structure

Last updated 1 year ago