From c8cb4107e816b0071d1dad08b984257bd2ed85bb Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Tue, 25 Oct 2016 17:02:05 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ee1a565..0292dd2f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ We will also include multiple PoC's of various bits of functionality from UI's p . ├── frontend ├── ui -├── backend ├── cloudapi-graphql └── spikes ``` @@ -24,16 +23,12 @@ An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/) ### frontend -The client side code with a dev-server. +The client side code with a dev-server, this also includes the production server for the meantime, however we are looking at moving towards a deployment of the build artifacts to manta, and another server to host these assets. ### 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. - ### spikes Implementation examples from spikes.