diff --git a/webui/Readme.md b/webui/Readme.md index f80caa45e01b5405cd34f3260282c0c35fe4b6fc..4883d9db827382e5eec9230941b4625b4fd123c2 100644 --- a/webui/Readme.md +++ b/webui/Readme.md @@ -19,11 +19,11 @@ 3. Generate ts code from graphql files and run webui in development mode - npm start -3.1. If You got compilation errors from lint, run lint command below and start again: - - npm run lint -- --fix - - npm start + 1. If You got compilation errors from lint, run lint command below and start again: + - npm run lint -- --fix + - npm start -3.2. 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. + 2. 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