File Structure
Here is the general file structure of the template:
General File Structure
- Code-react
- public
- img
- favicon.ico
- index.html
- src
- assets
- custom
- scss
- custom.scss
- module
- modules explanation is given bellow
- custom
- components
- partials
- component
- dashboard
- footerstyle
- hederstyle
- sidebarstyle
- pro
- headerstyle
- setting
- elements
- sections
- SettingOffCanvas
- partials
- layouts
- dashboard
- all menustyle layout
- dashboard
- plugins
- silder tab
- router
- all menu-style router
- store
- setting
- index
- utilities
- Views
- dashbaord
- modules
- modules explanation is given bellow
- uikit
- App.js
- index.js
- reportWebVitals.js
- setup.Tests.js
- assets
- .gitignore
- .htaccess
- package-lock.json
- package.json
- README.md
- public
Modules
- Modules folder structure in assets folder.
- Code-react
- public
- img
- favicon.ico
- index.html
- src
- assets
- modules
- appointment
- images
- All images regarding this modules
- scss
- All images regarding this modules
- images
- blog
- images, scss all files
- chat
- images, scss all files
- e-commerce
- images, scss all files
- file-manager
- images, scss all files
- landing-pages
- images
- blog
- all images regarding this modules
- home-1
- all images regarding this modules
- home-2
- all images regarding this modules
- home-3
- all images regarding this modules
- home-4
- all images regarding this modules
- home-5
- all images regarding this modules
- shop
- all images regarding this modules
- blog
- scss
- components
- app-landing
- all scss pages regarding this modules
- ecommerce-landing
- all scss pages regarding this modules
- sass-landing
- all scss pages regarding this modules
- software-landing
- all scss pages regarding this modules
- startup-landing
- all scss pages regarding this modules
- all scss pages regarding this modules
- app-landing
- components
- images
- mail
- images, scss all files
- social
- images, scss all files
- assets
- public
- Modules folder structure in views folder.
- Code-react
- public
- img
- favicon.ico
- index.html
- src
- assets
- components
- layouts
- pulgins
- router
- store
- utilities
- views
- dashboard
- modules
- appoitment
- component
- partials
- layouts
- pages
- roter
- component
- auth
- same as appointment module
- blog
- same as appointment module
- chat
- same as appointment module
- e-commerce
- same as appointment module
- file-manager
- same as appointment module
- landing-pages
- components
- partials
- all pages regarding this modules
- widgets
- all pages regarding this modules
- partials
- layouts
- all pages regarding this layout
- pages
- all pages regarding this Modules
- router
- components
- pulgins
- same as appointment module
- social
- same as appointment module
- appoitment
- uikit
- public