src/
├── assets/
├── |-- css/
├── |-- icon-fonts/
├── |-- images/
├── |-- scss/
├── |-- video/
├── common/
├── components/
├── layouts/
├── index.scss/
├── main.jsx/
├── Scrolltop.jsx/
Zanex – Javascript React Premium Admin Template / : Root template folder contain all html, js, css, scss, images
and other files.
assets/ : Folder contain all the zanex Template assets which has css, js, scss, and images.
css/: Folder contain assets which has 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 plugins scss files also included.
Video/ : Folder contains video used in this template.
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: Change the "index.scss" to "index.css" as well change the importation in App.tsx file for "index.css" Root path: (src\layouts\App.jsx)
Step-3: Remove all the gulp packages from the packages.json file
Step-4: Remove "gulpfile.js", "nodemodlues" "package-lock.json" files. and re-intstall the nodemodules