As shown in the above image source have the src folder and some basic configuration files.
the src folder has some subfolders as below describe.
assets: images of the related app
core: this is the core folder that has routes configurations and app layout of a particular app
We have 2 folders inside this like below
I. AppLayout: In this folder, we have a single file for app layout configuration like below.
We have multiple files for all modules. each module has its route config file
module: In this folder, we have multiple modules. Here we can write our full module or we can directly access the library module like below. by using this we can use the same module in the multiple apps