mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

Folder structure example #94

Open mhulse opened 8 years ago

mhulse commented 8 years ago

Might be nice to have:

.
└── static
    ├── index.html
    ├── js
    │   ├── app.js
    │   └── controllers.js
    ├── lib
    │   └── angular-ui-router.min.js
    └── partials
        ├── view1.html
        └── view2.html

… to show structure of app. I'm always stressing to find an ascii example when I need it. Might as well have it here to quickly copy/paste.