Skip to content

Instantly share code, notes, and snippets.

View BwanaQ's full-sized avatar

Tom Hunja BwanaQ

View GitHub Profile
Folder Structure
As we move towards making the project highly scalable, the folder structure is amongst the important things that we are going to be focusing on.
A good folder structure ensures that we have a good and consistent way of doing things and everybody on the team always knows where everything belongs.
We are going to maintain the following folder structure explained below.
|-- modules
|-- home
|-- [+] components
|-- [+] pages
|-- home-routing.module.ts
|-- home.module.ts