This commit is contained in:
Oleg Shuralev 2020-01-19 22:47:38 +03:00
parent d9768bce30
commit d75250259b
No known key found for this signature in database
GPG key ID: 0459DF80E1A2FD1B

View file

@ -16,7 +16,6 @@ npm install
Set correct URL to your API server in `.env`.
```
# API url
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
```
@ -35,4 +34,6 @@ npm start
## Links
* [JSON Server] - Fake REST API(https://github.com/typicode/json-server)
* [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)