![]() |
vor 1 Jahr | |
---|---|---|
.. | ||
.jest | vor 2 Jahren | |
public | vor 2 Jahren | |
src | vor 1 Jahr | |
.editorconfig | vor 5 Jahren | |
.env | vor 4 Jahren | |
.eslintignore | vor 4 Jahren | |
.eslintrc.json | vor 2 Jahren | |
.gitignore | vor 3 Jahren | |
.nvmrc | vor 1 Jahr | |
.prettierrc | vor 2 Jahren | |
README.md | vor 2 Jahren | |
index.html | vor 2 Jahren | |
jest.config.ts | vor 2 Jahren | |
openapitools.json | vor 3 Jahren | |
package.json | vor 1 Jahr | |
pnpm-lock.yaml | vor 1 Jahr | |
sonar-project.properties | vor 2 Jahren | |
tsconfig.dev.json | vor 4 Jahren | |
tsconfig.json | vor 3 Jahren | |
vite.config.ts | vor 2 Jahren |
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