mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
document what ui
folder is
This commit is contained in:
parent
a9a19e4476
commit
330f179d8b
@ -12,6 +12,7 @@ We will also include multiple PoC's of various bits of functionality from UI's p
|
|||||||
```
|
```
|
||||||
.
|
.
|
||||||
├── frontend
|
├── frontend
|
||||||
|
├── ui
|
||||||
├── backend
|
├── backend
|
||||||
├── cloudapi-graphql
|
├── cloudapi-graphql
|
||||||
└── spikes
|
└── spikes
|
||||||
@ -25,6 +26,10 @@ An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/)
|
|||||||
|
|
||||||
The client side code with a dev-server.
|
The client side code with a dev-server.
|
||||||
|
|
||||||
|
### ui
|
||||||
|
|
||||||
|
Code for the reusable UI framework.
|
||||||
|
|
||||||
### backend
|
### backend
|
||||||
|
|
||||||
A simple backend for frontend that serves the static files and fallbacks to `/static/index.html`. To be used in production.
|
A simple backend for frontend that serves the static files and fallbacks to `/static/index.html`. To be used in production.
|
||||||
|
Loading…
Reference in New Issue
Block a user