document what `ui` folder is

This commit is contained in:
Sérgio Ramos 2016-10-24 12:45:20 +01:00
parent a9a19e4476
commit 330f179d8b
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@ We will also include multiple PoC's of various bits of functionality from UI's p
```
.
├── frontend
├── ui
├── backend
├── cloudapi-graphql
└── spikes
@ -25,6 +26,10 @@ An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/)
The client side code with a dev-server.
### ui
Code for the reusable UI framework.
### backend
A simple backend for frontend that serves the static files and fallbacks to `/static/index.html`. To be used in production.