From 330f179d8be81970b13b791eaf59d996eb99ae3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 24 Oct 2016 12:45:20 +0100 Subject: [PATCH] document what `ui` folder is --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.