diff --git a/README.md b/README.md index 6e817320..f6598a1a 100644 --- a/README.md +++ b/README.md @@ -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.