Folder Structure
Presented here is the Flask rendition of the folder arrangement. To facilitate layout management and expedite development through Gulp, we've meticulously designed partials. Incorporating a starter kit that serves as a launchpad for commencing projects from the ground up.
- Admin
-
- fonts // includes all ICONS fonts
- images
- js // includes all custom js files for the apps, layouts & pages
- lang // includes all languages json file
- json // includes the json files of chat,invoice and other pages
-
scss
- custom // all components scss files will be in this folder.
- _variables.scss // includes all variables for quick change colors, spacing etc
- _variables-dark.scss // includes all dark variables for quick change colors, spacing etc
- app.scss // it has imported all other scss files and create app.min.css file.
- bootstrap.scss // it has imported all bootstrap's scss files
- icons.scss // Includes all icons files
src