Skip to content

Instantly share code, notes, and snippets.

@js62789
Last active August 29, 2015 13:57
Show Gist options
  • Save js62789/9831662 to your computer and use it in GitHub Desktop.
Save js62789/9831662 to your computer and use it in GitHub Desktop.
A directory structure for robust web apps

##Directory Structure

|--test/
|  |--spec/
|  |  |--test.js
|--public/
|  |--scripts/
|  |  |--project_name/
|  |  |  |--models/
|  |  |  |--views/
|  |  |  |--collections/
|  |  |--lib/
|  |  |  |--jquery/
|  |  |  |  |--1.1.1/
|  |  |  |  |  |--jquery.min.js
|  |  |  |  |  |--jquery.js
|  |--js/
|  |  |--project_name.js
|  |  |--project_name.min.js
|  |--less/
|  |  |--bootstrap/
|  |  |--project_name/
|  |  |--index.less
|  |--css/
|  |  |--project_name.css
|  |  |--project_name.min.css
|  |--templates/
|  |--img/
|  |--vid/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment