![]() |
il y a 4 ans | |
---|---|---|
.. | ||
public | il y a 5 ans | |
src | il y a 4 ans | |
.editorconfig | il y a 5 ans | |
.env | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.json | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.nvmrc | il y a 4 ans | |
.prettierrc | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 4 ans | |
docker-compose.yaml | il y a 5 ans | |
openapitools.json | il y a 4 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans | |
tsconfig.dev.json | il y a 4 ans | |
tsconfig.json | il y a 4 ans |
UI for Apache Kafka management
.nvmrc
)Have to be run from root directory
./mvnw clean install -Pprod
Set correct URL to your API server in .env
.
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
Start application
npm start