From 76d1ea1f4f5e75824ec4f65faeb70c906fd1d9f6 Mon Sep 17 00:00:00 2001 From: Cláudio Date: Sun, 14 Feb 2021 23:48:37 -0300 Subject: Commits for issues #564 e #566 --- webui/Readme.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'webui/Readme.md') diff --git a/webui/Readme.md b/webui/Readme.md index 50d7afa6..29b2f1cd 100644 --- a/webui/Readme.md +++ b/webui/Readme.md @@ -1,5 +1,17 @@ # git-bug rich web UI +## Prerequisites + +
+ReactJS + + + +
+
+ReactJS | Material UI | GraphQL | Apollo GraphQL +
+ ## How to develop ### Run GraphQL backend @@ -26,4 +38,7 @@ The development version of the WebUI is configured to query the backend on the p ## Bundle the web UI -Once the webUI is good enough for a new release, run `make pack-webui` from the root directory to bundle the compiled js into the go binary. +Once the webUI is good enough for a new release: +1. run `make build` from webui folder +2. run `make pack-webui` from the *root directory* to bundle the compiled js into the go binary. + - You must have Go installed on Your machine to run this command. \ No newline at end of file -- cgit