Root Directory
App Directory
Theapp
directory contains all the application code:
Component Structure
Each component follows a consistent structure:Configuration Structure
Theconfig
directory contains application-wide configuration:
Application Bootstrap
The application is bootstrapped inapp/index.ts
, where components are registered:
Component Definition
Components are defined using thecomponent
function: