Overview
										
										
										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 | 
													
													
														
															| design | The theme's Figma design files. | 
														
															| theme | The main theme folder. | 
														
															| demo1 | The demo1theme folder. | 
														
															| dist | The destination folder that contains of the html templates and compiled assets. | 
														
															| src | The source folder that contains of the SCSS, Javascript and media files. Required only for development and can be excluded for production. | 
														
															| demo2 | More demo. | 
														
															| tools | The theme build tools for command line assets compilation tasks. Required only for development and can be excluded for production. | 
														
															| README.md | A tiny help file that privides a quick guide to get started with Metronic. |