Documentation
File Structure
Here is the general file structure of the template:
Template File Structure
-
html
-
dark
-
css
- all .css files related to this
-
fonts
- all files related to this
-
gsap
- all files related to this
-
images
- all images related to this
-
js
- all .js files related to this
-
revslider
-
assets
- all images related to this
-
css
- settings.css
-
fonts
- all folders related to this
-
js
- all .js files related to this
-
assets
-
swiper
- swiper.css
- swiper.js
- swiper.min.css
- swiper.min.js
- all .html files related to this
-
css
-
ico
-
css
- all .css files related to this
-
fonts
- all files related to this
-
images
- all images related to this
-
js
- all .js files related to this
-
php
- contact-form.php
-
video
- all images, videos, files related to this
- all .html files related to this
-
css
-
white
-
css
- all .css files related to this
-
fonts
- all files related to this
-
gsap
- all files related to this
-
images
- all images related to this
-
js
- all .js files related to this
-
revslider
-
assets
- all images related to this
-
css
- settings.css
-
fonts
- all folders related to this
-
js
- all .js files related to this
-
assets
-
swiper
- swiper.css
- swiper.js
- swiper.min.css
- swiper.min.js
- all .html files related to this
-
css
-
dark
Dashboard File Structure
- Template
- gulp+scss+hbs
- src
- assets
- images
- All images regarding this dashboard
- favicon.ico
- loader.gif
- logo.svg
- js
- charts
- coinex.js
- all js which are used globally
- scss
- bootstrap
- forms
- helper
- mixins
- utilites
- vendor
- coinex-design-system
- components
- All components files and folder
- helper
- All mixins and utilities files and folder
- layout-style
- layout regarding menu style
- variables
- All files and folder of particular elements
- root.scss
- variables.scss
- variables-dark.scss
- components
- custom
- All custome scss
- customizer
- All files regarding color customizer
- plugins
- All plugins scss
- coinex.scss
- custom.scss
- customizer.scss
- bootstrap
- vendor
- all third party plugins files
- images
- templates
- layout
- dashboard
- all layout regarding dashboards
- dashboard
- pages
- dashboard
- all folders based on hbs file in dashboard
- index.hbs
- dashboard
- partials
- components
- all components which repeat continiously in all page. e.g. logo, share-offcanvas, trading, etc.
- dashboard
- all hbs file. e.g. footer, head, header, etc.
- components
- layout
- assets
- gulp
- all gulp task here
- gulp.config.json
- gulpfile.js
- src
- package.json
- gulp+scss+hbs