Angular Folder Structure - Highly Scalable
This project is inspired by the article on ITNEXT called "How to define a highly scalable folder structure for your Angular project" by Mathis Garberg. Based on best practices from the community, other github Angular projects, developer experience from production Angular projects, and contributors to this repository, this project's goal is to create a skeleton structure which is flexible for projects big or small.
Tree Structure
This tree represents the directories this repository proposes be added to a default Angular application.
.
βββ media
βββ src
βββ app
βΒ Β βββ core
βΒ Β βββ data
βΒ Β βββ layout
βΒ Β βββ module
βΒ Β βββ shared
βββ styles
Documentation
Read The Documentation for details on each part of the directory structure.
Demonstration Application
See The Application in action.