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