Buy now
Getting Started
Introduction
Gulp
File Structures
Changelog
Credits
Design System
Colors
Typography
Components
Alerts
Avatar
Badge
Borders
Breadcrumb
Buttons
Button group
Card
Collapse
Dropdowns
List group
Media object
Modal
Navs
Navbar
Pagination
Popovers
Progress
Scrollspy
Spinners
Tables
Toasts
Tooltips
Forms
Basic Forms
Advance Forms
Bootstrap Select
Checks & Switches
Dropzone
Datepicker
Input Group
Inputmask
Quill Editor
Tagify
Snippet
Chart
Pricing
Reviews
Stats
User Profile
File Structure
Our theme file structure that looks like this.
📁 dist
- Generated all files
📁 node_modules
- Directory where
npm
installs dependencies.
📁 src
📁 assets
📁 css
- Compiled CSS
📁 fonts
- All fonts
📁 images
- Image assets
📁 js
- Javascript source
📁 scss
- source for theme
📁 docs
- Documentation
📁 pages
- HTML pages
📁 partials
- HTML partials
📄 index.html
📄 gulpfile.js
- All the build commands
📄 package.json
- List of dependencies and npm information
📄 .gitignore
- Hide all unnecessary files from Git