Skip to content

Instantly share code, notes, and snippets.

@mdang
Created May 7, 2015 13:45
Show Gist options
  • Save mdang/03e05855a47f45014e57 to your computer and use it in GitHub Desktop.
Save mdang/03e05855a47f45014e57 to your computer and use it in GitHub Desktop.
Recommended Project Structure
.
├── css
│   └── main.css
├── favicon.ico
├── fonts
├── images
├── index.html
└── js
    ├── app.js
    └── libs
        └── jquery.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment