Last active
January 13, 2016 00:17
-
-
Save laurengarcia/3fb249f9c9f7eed6b533 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- app | |
- lib | |
(our OOP nouns all live here whether they are services, factories or providers: | |
basically, anything that affects the state of a given noun - i.e. User - across components) | |
- api-client-service | |
- payment-service | |
- search-service | |
- search-filter-factory | |
- swagger-service | |
- user-service | |
- user-provider | |
- components (top level dirs in /components are broken out by page, then feature within each page) | |
- account | |
- user-info | |
- user-avatar | |
- user-notifications | |
- payment | |
- user-credit-card | |
- update-password | |
- search | |
- search-filters | |
- search-filters-company | |
- search-filters-geo | |
- search-results | |
- search-columns | |
- search-results-list | |
- shared (components are broken down by feature at the top level in this dir) | |
- sidebar | |
- sidebar-links | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this structure will make life easier when it comes to bundling the app by page.