Skip to content

Commit

Permalink
Dependencies related to mock server removed and README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Guzel738 committed Jan 19, 2021
1 parent 3357820 commit 9f13883
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 748 deletions.
5 changes: 0 additions & 5 deletions kafka-ui-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@ Set correct URL to your API server in `.env`.
```
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
```
If you plan to use full fake REST API you have to update `.env`.
```
REACT_APP_API_URL=http://localhost:3004
```
Start application
```
npm start
```

## Links

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

0 comments on commit 9f13883

Please sign in to comment.