File Structure
Metronic comes with a flexible file structure that can be easily used for small to
large scope projects.
This section will explain the entire file structure and how to adapt it to your project.
| File/Folder |
Description |
starterkit
|
Spring boot starterkit folder.
|
_keenthemes
|
Folder contains theme source files and Gulp/Webpack configs.
|
src
|
Theme javascript, scss and media files.
|
tools
|
The theme build tools for command line assets compilation tasks. Required only for
development and can be excluded for production.
|
src
|
Folder contains theme source files and Gulp/Webpack configs.
|
main
|
Theme javascript, scss and media files.
|
java
|
Java classes.
|
controllers
|
Theme contollaers.
|
resources
|
Theme static assets and partials path.
|
static
|
Theme webpack/gulp output folder. All theme bundled files will be placed into assets folder.
|
template
|
Theme layouts, page views and global partials.
|
layout
|
Theme layout files.
|
pages
|
Theme pages view folders.
|
partials
|
Theme global partials folder.
|
themesettings.json
|
Theme
settings configuration files.
|
README.md
|
A tiny help file that privides a quick guide to get started with
Metronic.
|