Below is the TPro Admin Template folder structure.
TPro Admin Folder Structure
TPro-html-bootstrap-admin-template/
├── app-assets/
| ├── css/
| ├── data/
| ├── fonts/
| ├── images/
| ├── js/
| └── vendors/
| ├── css/
| ├── js/
├── assets/
| ├── css/
| ├── js/
-
TPro-html-bootstrap-admin-template/
: Root template folder contain TPro Admin Template all html, js, css, scss, images and other files.-
app-assets/
: Folder contain all the TPro Admin Template assets which has css, js, fonts, images & json files. It is not recommend to change any files from this folder, use assets folder instead. -
css/
: All the generated css files from scss. Which contain bootstrap.css, bootstrap-extended.css, app.css, colors.css, themes.css code, pages and plugins css files. data/
: Dummy JSON data for chats, tables and ajax example.fonts/
: All the fonts files for font-icons.images/
: Template images for image placeholder.js/
: All the generated JS files from src/js.-
vendors/
: Folder contain all the vendors css and js files incss/
andjs/
folder. -
assets/
: Folder contain assets which has sample scss, css, js files. Use folder for user customization purpose, you can add any custom css,js files & images in this folder.
-