kafka-ui/kafka-ui-react-app
dependabot-preview[bot] 086c0b9a73
Bump immer from 8.0.1 to 8.0.2 in /kafka-ui-react-app (#272)
Bumps [immer](https://github.com/immerjs/immer) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v8.0.1...v8.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-17 19:23:18 +03:00
..
public Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
src [CHORE] Update dependencies (#258) 2021-03-17 14:08:59 +03:00
.editorconfig enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
.env OpenAPI integration for kafka-ui frontend (#120) 2020-11-20 14:16:27 +03:00
.eslintignore Configuration files updated 2021-02-02 14:48:29 +03:00
.eslintrc.json [CHORE] Specs and Test env improvements (#198) 2021-02-16 14:16:03 +03:00
.gitignore [CHORE] Update React to v17 2020-12-07 14:08:50 +03:00
.nvmrc Node version updated (#159) 2021-01-26 12:45:03 +03:00
.prettierrc enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
docker-compose.yaml Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
LICENSE Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
openapitools.json [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) 2021-03-03 20:56:28 +03:00
package-lock.json Bump immer from 8.0.1 to 8.0.2 in /kafka-ui-react-app (#272) 2021-03-17 19:23:18 +03:00
package.json Bump immer from 8.0.1 to 8.0.2 in /kafka-ui-react-app (#272) 2021-03-17 19:23:18 +03:00
README.md Dependencies related to mock server removed and README updated 2021-01-19 14:55:45 +03:00
tsconfig.dev.json [CHORE] Update dependencies. Clean linter warnings 2020-12-02 17:33:59 +03:00
tsconfig.json [CHORE] Specs and Test env improvements (#198) 2021-02-16 14:16:03 +03:00

Kafka-UI

UI for Apache Kafka management

Table of contents

Requirements

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