|
||
---|---|---|
.. | ||
mock | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
docker-compose.yaml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Kafka-UI
UI for Apache Kafka management
Table of contents
Getting started
Install packages
npm install
Set correct URL to your API server in .env
.
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
Start JSON Server if you prefer to use default full fake REST API.
npm run mock
Start application
npm start
Links
- JSON Server - Fake REST API.
- Bulma - free, open source CSS framework based on Flexbox
- Create React App