John Joyce 728a742528
refactor(react): React as the default UI (#2252)
Co-authored-by: John Joyce <john@acryl.io>
2021-03-18 09:55:05 -07:00

23 lines
705 B
Markdown

# DataHub Frontend Docker Image
[![datahub-frontend docker](https://github.com/linkedin/datahub/workflows/datahub-frontend%20docker/badge.svg)](https://github.com/linkedin/datahub/actions?query=workflow%3A%22datahub-frontend+docker%22)
Refer to [DataHub Frontend Service](../../datahub-frontend) to have a quick understanding of the architecture and
responsibility of this service for the DataHub.
## Checking out DataHub UI
After starting your Docker container, you can connect to it by typing below into your favorite web browser:
If using React app:
```
http://localhost:9002
```
If using legacy Ember app:
```
http://localhost:9001
```
You can sign in with `datahub` as username and password.