![]() |
5 年之前 | |
---|---|---|
.. | ||
mock | 5 年之前 | |
public | 5 年之前 | |
src | 5 年之前 | |
.env | 5 年之前 | |
.gitignore | 5 年之前 | |
LICENSE | 5 年之前 | |
README.md | 5 年之前 | |
docker-compose.yaml | 5 年之前 | |
package-lock.json | 5 年之前 | |
package.json | 5 年之前 | |
tsconfig.json | 5 年之前 |
UI for Apache Kafka management
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