![]() |
hace 2 años | |
---|---|---|
.. | ||
.jest | hace 2 años | |
public | hace 2 años | |
src | hace 2 años | |
.editorconfig | hace 5 años | |
.env | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.json | hace 2 años | |
.gitignore | hace 3 años | |
.nvmrc | hace 3 años | |
.prettierrc | hace 2 años | |
README.md | hace 2 años | |
index.html | hace 2 años | |
jest.config.ts | hace 2 años | |
openapitools.json | hace 3 años | |
package.json | hace 2 años | |
pnpm-lock.yaml | hace 2 años | |
sonar-project.properties | hace 2 años | |
tsconfig.dev.json | hace 4 años | |
tsconfig.json | hace 3 años | |
vite.config.ts | hace 2 años |
UI for Apache Kafka management
.nvmrc
)Go to react app folder
cd ./kafka-ui-react-app
Install pnpm
npm install -g pnpm
Install dependencies
pnpm install
Generate API clients from OpenAPI document
pnpm gen:sources
Create or update existing .env.local
file with
VITE_DEV_PROXY= https://api.server # your API server
Run the application
pnpm dev
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
pnpm dev