![]() |
hace 4 años | |
---|---|---|
.. | ||
mock | hace 5 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 | |
.prettierrc | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
docker-compose.yaml | hace 5 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años | |
tsconfig.json | hace 5 años |
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