Skip to content

harounchebbi/angular-folder-structure

 
 

Repository files navigation

Angular Folder Structure - Highly Scalable

docs badge

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 reposiory, this project goal is to create a skeleton structure which is flexible for projects big or small.

login screen screenshot

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.

About

The project is based on best practices from the community, other github Angular projects and developer experience from production Angular projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.6%
  • HTML 15.8%
  • CSS 6.3%
  • JavaScript 3.3%