From ab09c03a1e55d5c2e35f332f0e5f6335c1670427 Mon Sep 17 00:00:00 2001 From: ludovicm67 Date: Wed, 12 Feb 2020 23:39:23 +0100 Subject: webui: format some files --- webui/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webui/Readme.md') diff --git a/webui/Readme.md b/webui/Readme.md index e75fa6b8..2ba94b5d 100644 --- a/webui/Readme.md +++ b/webui/Readme.md @@ -7,10 +7,11 @@ 2. Run the GraphQL backend on the port 3001 - `./git-bug webui -p 3001` 3. Run the hot-reloadable development WebUI + - run `npm start` in the **webui** directory - + The development version of the WebUI is configured to query the backend on the port 3001. You can now live edit the js code and use the normal backend. ## 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. \ No newline at end of file +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. -- cgit