![]() |
hace 4 años | |
---|---|---|
.. | ||
public | hace 5 años | |
src | hace 4 años | |
.editorconfig | hace 5 años | |
.env | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.json | hace 4 años | |
.gitignore | hace 4 años | |
.nvmrc | hace 4 años | |
.prettierrc | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 4 años | |
docker-compose.yaml | hace 5 años | |
openapitools.json | hace 4 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años | |
tsconfig.dev.json | hace 4 años | |
tsconfig.json | hace 4 años |
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