Skip to content

Instantly share code, notes, and snippets.

@tsq
Created May 18, 2015 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsq/c4968f01c25f6aa36a0e to your computer and use it in GitHub Desktop.
Save tsq/c4968f01c25f6aa36a0e to your computer and use it in GitHub Desktop.
More advanced applications might have a nested folder structure similar to this
├── 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