Created
May 18, 2015 02:00
-
-
Save tsq/c4968f01c25f6aa36a0e to your computer and use it in GitHub Desktop.
More advanced applications might have a nested folder structure similar to this
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
├── app.js | |
├── package.json | |
├── views | |
└── *.jade | |
├── routes | |
└── *.js | |
├── models | |
└── *.js | |
├── config | |
└── *.js | |
├── public | |
├── javascripts | |
└── *.js | |
├── images | |
└── *.png, *.jpg | |
└── stylesheets | |
└── *.less, *.styl | |
├── test | |
└── *.js | |
├── logs | |
└── *.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment