![]() |
4 år sedan | |
---|---|---|
.. | ||
public | 5 år sedan | |
src | 4 år sedan | |
.editorconfig | 5 år sedan | |
.env | 4 år sedan | |
.eslintignore | 4 år sedan | |
.eslintrc.json | 4 år sedan | |
.gitignore | 4 år sedan | |
.nvmrc | 4 år sedan | |
.prettierrc | 5 år sedan | |
LICENSE | 5 år sedan | |
README.md | 4 år sedan | |
docker-compose.yaml | 5 år sedan | |
package-lock.json | 4 år sedan | |
package.json | 4 år sedan | |
tsconfig.dev.json | 4 år sedan | |
tsconfig.json | 4 år sedan |
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
If you plan to use full fake REST API you have to update .env
.
REACT_APP_API_URL=http://localhost:3004
Start application
npm start