File Structure
Here is the general file structure of the template:
Template File Structure
- Template
- gulp+scss+hbs
- src
- assets
-
images
- All images regarding this templates
- favicon.ico
- loader.gif
-
js
- all .js files of templates
-
scss
-
bootstrap
- forms
- helper
- mixins
- utilites
- vendor
-
custom
- shop
- ui-kit
- widget
- all Custom .scss files of templates
-
kivicare design
system
- components
- helper
- plugins
- variables
- _root.scss
- _variables.scss
- _variables-dark.scss
-
customizer
- _root.scss
- _variables.scss
-
Rtl
- components
- custom
- _index.scss
- custom.scss
- customizer.scss
- kivicare.scss
- rtl.scss
-
bootstrap
-
vendor
- All Third Party plugin
-
images
- templates
-
components
-
partials
- header, footer, components based on hbs file templates
-
widgets
- widgets regarding this templates will get here
-
partials
-
layout
- layout regarding this templates
-
pages
- All pages regarding this templates
-
components
- assets
- gulp
- all gulp task here
- gulp.config.json
- gulpfile.js
- package.json
- src
- html
- assets
-
css
- all css files
-
images
- images regarding this templates
-
js
- all js files
- vendor
-
css
- all pages regarding templates
- assets
- gulp+scss+hbs
Dashboard File Structure
- Template
- gulp+scss+hbs
- src
- assets
- images
- All images regarding this dashboard
- favicon.ico
- loader.gif
- logo.png
- logo-dark.png
- logo-mini.png
- logo-mini-dark.png
- logo-mini-white.png
- logo-white.png
- js
- charts
- iqonic-script
- plugins
- kivicare.js
- kivicare-advance.js
- sidebar.js
- setting-init.js
- slider.js
- scss
- bootstrap
- forms
- helper
- mixins
- utilites
- vendor
- All bootstrap scss
- custom
- All custome scss
- customizer
- _root.scss
- _variables.scss
- kivicare-design-system
- components
- helper
- layout-style
- plugins
- variables
- _root.scss
- _variables.scss
- _variables-dark.scss
- rtl
- components
- plugins
- reboot
- utilities
- _index.scss
- bootstrap
- vendor
- all third party plugins files
- images
- templates
- components
- partials
- all components which repeat continiously in all page. e.g. sidebar, header, footer, etc.
- widgets
- Widgets that are used globally in the dashboard. e.g. profile card in dashboard's sidebar.
- partials
- layout
- dashboard
- all layout regarding dashboards
- dashboard
- pages
- all folders based on hbs file in dashboard
- index.hbs
- components
- assets
- gulp
- all gulp task here
- gulp.config.json
- gulpfile.js
- package.json
- src
- html
- assets
-
css
- all css files
-
images
- images regarding this templates
-
js
- all js files
- vendor
-
css
- all pages regarding templates
- assets
- gulp+scss+hbs