add filetree

This commit is contained in:
AJ ONeal 2017-02-15 11:09:08 -07:00
parent 53b5e30dc2
commit 42a8097b41
1 changed files with 27 additions and 0 deletions

View File

@ -63,6 +63,33 @@ ln -sf ../bower_components/oauth3/.well-known/oauth3 .well-known/oauth3
ln -sf ../bower_components/oauth3 assets/org.oauth3
```
Example
-------
If you had a simple website / webapp for `example.com` with only the most necessary files,
it might look like this:
```
example.com
├── .well-known
│   └── oauth3
│   ├── callback.html
│   ├── directives.json
│   └── index.html
├── assets
│   └── org.oauth3
│   └── oauth3.implicit.js
├── css
│   └── main.css
├── index.html
└── js
└── app.js
```
Usage
-----