We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357820 commit 9f13883Copy full SHA for 9f13883
kafka-ui-react-app/README.md
@@ -20,17 +20,12 @@ Set correct URL to your API server in `.env`.
20
```
21
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
22
23
-If you plan to use full fake REST API you have to update `.env`.
24
-```
25
-REACT_APP_API_URL=http://localhost:3004
26
27
Start application
28
29
npm start
30
31
32
## Links
33
34
-* [JSON Server](https://github.com/typicode/json-server) - Fake REST API.
35
* [Bulma](https://bulma.io/documentation/) - free, open source CSS framework based on Flexbox
36
* [Create React App](https://github.com/facebook/create-react-app)
0 commit comments