Created
March 18, 2016 16:38
-
-
Save icfantv/00c39721889382b2e157 to your computer and use it in GitHub Desktop.
Application Structure
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
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