Developer / Reference / Apps

App folder structure

Last updated on 26-Jun-2020 by Jakob Jakobsen Boysen
Jakob Jakobsen Boysen

Platform Lead
boysen@scifeon.com

We recommend the following folder structure:

This structure ensures that related files are close to each other: view-model, view, styling and testing are almost named the same, so it's easy to navigate between the different aspects.

Grouping by modules makes it easy to find related files.

Further we also recommend to have common files with general functionality and declarations: constants.ts, interfaces.ts, utils.ts.