![]() |
vor 3 Jahren | |
---|---|---|
.. | ||
.husky | vor 3 Jahren | |
public | vor 3 Jahren | |
src | vor 3 Jahren | |
.editorconfig | vor 5 Jahren | |
.env | vor 4 Jahren | |
.eslintignore | vor 4 Jahren | |
.eslintrc.json | vor 3 Jahren | |
.gitignore | vor 4 Jahren | |
.nvmrc | vor 4 Jahren | |
.prettierrc | vor 5 Jahren | |
LICENSE | vor 5 Jahren | |
README.md | vor 3 Jahren | |
docker-compose.yaml | vor 3 Jahren | |
openapitools.json | vor 3 Jahren | |
package-lock.json | vor 3 Jahren | |
package.json | vor 3 Jahren | |
sonar-project.properties | vor 3 Jahren | |
tsconfig.dev.json | vor 4 Jahren | |
tsconfig.json | vor 4 Jahren |
UI for Apache Kafka management
.nvmrc
)Go to react app folder
cd ./kafka-ui-react-app
Install Husky
npm install -g husky
Install dependencies
npm install
Generate API clients from OpenAPI document
npm run gen:sources
Create or update existing .env.local
file with
HTTPS=true # if needed
DEV_PROXY= https://api.server # your API server
Run the application
npm start
Have to be run from root directory.
Start UI for Apache Kafka with your Kafka clusters:
docker-compose -f ./documentation/compose/kafka-ui.yaml up
Make sure that none of the .env*
files contain DEV_PROXY
variable
Run the application
npm start