![]() |
há 3 anos atrás | |
---|---|---|
.. | ||
.husky | há 3 anos atrás | |
public | há 3 anos atrás | |
src | há 3 anos atrás | |
.editorconfig | há 5 anos atrás | |
.env | há 4 anos atrás | |
.eslintignore | há 4 anos atrás | |
.eslintrc.json | há 3 anos atrás | |
.gitignore | há 4 anos atrás | |
.nvmrc | há 4 anos atrás | |
.prettierrc | há 5 anos atrás | |
LICENSE | há 5 anos atrás | |
README.md | há 3 anos atrás | |
docker-compose.yaml | há 3 anos atrás | |
openapitools.json | há 3 anos atrás | |
package-lock.json | há 3 anos atrás | |
package.json | há 3 anos atrás | |
sonar-project.properties | há 3 anos atrás | |
tsconfig.dev.json | há 4 anos atrás | |
tsconfig.json | há 4 anos atrás |
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