![]() * Node version updated * Fixed the problem of building the project * Extra spaces removed |
||
---|---|---|
.. | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
docker-compose.yaml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.dev.json | ||
tsconfig.json |
Kafka-UI
UI for Apache Kafka management
Table of contents
Requirements
- docker (required to run Initialize application)
- nvm with installed Node.js of expected version (check
.nvmrc
)
Getting started
Initialize application
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
Links
- Bulma - free, open source CSS framework based on Flexbox
- Create React App