App > Documentation > Structure
Structure
Flatlogic One package goes with the following folders:
- *root* - configuration files;
- src - hbs and scss files, images;
- dist - built project;
- node_modules - various JS libraries used in Flatlogic One. As of we are using Yarn here it's strongly recommended to add/update/remove libraries only via Yarn;
Next folders are not essential and can be removed from package:
- demo - demo data (images, json, etc);
- sass - scss stylesheets. We also have a recommendation here for you - if possible use sass or less insted of pure css. Saves time & simplifies your styling work.