Docs
This commit is contained in:
parent
d9768bce30
commit
d75250259b
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue