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