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