src/
├── assets/
├── |-- css/
| |-- |-- animated.css
| |-- |-- icon.css
| |-- |-- plugins.css
| |-- |-- plugins.css.map
| |-- |-- style.css
| |-- |-- style.css.map
├── |-- icon-fonts/
├── |-- images/
├── |-- scss/
├── |-- plugins/
├── |-- Switcher/
Azea – React TypeScript Admin Dashboard Template
: Root template folder contain all React .tsx components, css, scss, images files.
assets/
: Folder contain all the assets like css, scss, and images.
css/
: Folder contain assets which contain complete styles.
icons.css
: It has all template icon links are importated.styles.css
: Main style sheet for templateicon-fonts/
: Folder contain all types of icons which is used in this template.
images/
: Template images.
scss/
: Folder contain all pages scss files and all scss files also included.
gulpfile.js
: Gulp tasks js file.Note: If you want to use only CSS format then you should follow below process.
Step-1: Remove complete scss folder. Root path: (../assets/scss)
Step-2: Remove .scss and .css.map extension related files in css folder. Root path: (../assets/css/*.scss) and (../assets/css/*.css.map)
Step-3: Remove "gulpfile.js", "package-lock.json" files. and re install the node modules