NOTE: This project is still under active development
Application Services UI is based on the https://github.com/RedHatInsights/insights-frontend-starter-app.git which is React.js starter app for Red Hat Insights products that includes Patternfly 4 and shared cloud.redhat.com services
- Managed Kafka UI (https://github.com/bf2fc6cc711aee1a0c2a/kas-ui)
- Kafka instance UI (https://github.com/bf2fc6cc711aee1a0c2a/kafka-ui)
- Service Registry UI (https://github.com/bf2fc6cc711aee1a0c2a/srs-ui)
- Guides (https://github.com/redhat-developer/app-services-guides)
Project can be run in two modes:
- Using remote federated components from console.redhat.com
- Running federated modules locally (dev)
Run:
npm install
npm run start:dev
Go to https://prod.foo.redhat.com:1337/beta/application-services/streams/kafkas
First we need to download all external repositories by running a script.
./scripts/checkout-repos.sh
After that we can run any of the federated UI component in ./modules
folder and it will automatically be used by the app-services-ui