Skip to content

Instantly share code, notes, and snippets.

@CallumVass
Created July 24, 2014 08:53
Show Gist options
  • Save CallumVass/5099ac6f89058e11fe41 to your computer and use it in GitHub Desktop.
Save CallumVass/5099ac6f89058e11fe41 to your computer and use it in GitHub Desktop.
Typical Angular Project Structure
|-- app.js
|-- common/
| |-- common.js
| |-- directives/
| | |-- someCommonDirective.js
| | |-- someOtherCommonDirective.js
|-- customers/
| |-- customerList.js
| |-- customerList.html
| |-- customerCreate.js
| |-- customerCreate.html
| |-- customerService.js
| |-- ...
|-- sales/
| |-- ...
|-- purchasing/
| |-- ...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment