Skip to content

Commit 9f13883

Browse files
committed
Dependencies related to mock server removed and README updated
1 parent 3357820 commit 9f13883

File tree

3 files changed

+0
-748
lines changed

3 files changed

+0
-748
lines changed

kafka-ui-react-app/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,12 @@ Set correct URL to your API server in `.env`.
2020
```
2121
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
2222
```
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-
```
2723
Start application
2824
```
2925
npm start
3026
```
3127

3228
## Links
3329

34-
* [JSON Server](https://github.com/typicode/json-server) - Fake REST API.
3530
* [Bulma](https://bulma.io/documentation/) - free, open source CSS framework based on Flexbox
3631
* [Create React App](https://github.com/facebook/create-react-app)

0 commit comments

Comments
 (0)