Skip to content

Instantly share code, notes, and snippets.

@icfantv
Created March 18, 2016 16:38
Show Gist options
  • Save icfantv/00c39721889382b2e157 to your computer and use it in GitHub Desktop.
Save icfantv/00c39721889382b2e157 to your computer and use it in GitHub Desktop.
Application Structure
Top Level Dir
index.html
app.js (or similar)
- dashboard
index.js
- controllers
DashboardController.js
...
- services
DashboardService.js
...
- etc...
- accounts
index.js
- controllers
AccountController.js
...
...
- users
index.js
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment