mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-08 07:46:24 +00:00
docs(frontend): Update docs to clarify running local frontend w/ local react app (#2147)
This commit is contained in:
parent
4dcea8c1d3
commit
85f4f88d7d
@ -51,6 +51,8 @@ the application directly from command line after a successful [build](#build):
|
||||
cd datahub-frontend/run && ./run-local-frontend
|
||||
```
|
||||
|
||||
If you are running the React app locally via `yarn start`, it will be forwarding graphql requests to port `9002`. In order to use `./run-local-frontend` with the React app, change the PORT value in [./run/frontend.env](./run/frontend.env) to `9002` and restart `./run-local-frontend`
|
||||
|
||||
## Checking out DataHub UI
|
||||
After starting your application in one of the two ways mentioned above, you can connect to it by typing below
|
||||
into your favorite web browser:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user