Skip to content

App Folder Structure

The back end folder structure is that of a standard Laravel application. Files/folders of interest:

The front end is divided into three folders: components, scripts, and types, each containing respective files/folders.

Some points of interest in the Scripts Folder:

Some points of interest in the Components Folder:

The Types folder structure is self-explanatory

Please consult the complete codebase @GitHub.