Skip to content

Instantly share code, notes, and snippets.

@scottsword
Last active November 10, 2015 18:18
Show Gist options
  • Save scottsword/f067454fba6da8fbbe05 to your computer and use it in GitHub Desktop.
Save scottsword/f067454fba6da8fbbe05 to your computer and use it in GitHub Desktop.
App-Based Structure
/project
app.module.js
/dashboard-app
dashboard.module.js
dashboard.controller.js
dashboard.controller.spec.js
dashboard.html
/profile-app
profile.module.js
profile.controller.js
profile.controller.spec.js
profile.html
/components
/feed
feed.directive.spec.js
feed.html
/shared
/components
/core
/modal
modal.directive.js
modal.directive.spec.js
modal.html
/sign-up
sign-up.directive.js
sign-up.directive.spec.js
sign-up.html
/services
/api
api.service.js
api.service.spec.js
/filters
/money
money.filter.js
money.filter.spec.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment