Skip to content

Instantly share code, notes, and snippets.

@laurengarcia
Last active January 13, 2016 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurengarcia/3fb249f9c9f7eed6b533 to your computer and use it in GitHub Desktop.
Save laurengarcia/3fb249f9c9f7eed6b533 to your computer and use it in GitHub Desktop.
- 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
@laurengarcia
Copy link
Author

I think this structure will make life easier when it comes to bundling the app by page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment