From d75250259b7ef859dda83debae86696b8c1021d3 Mon Sep 17 00:00:00 2001 From: Oleg Shuralev Date: Sun, 19 Jan 2020 22:47:38 +0300 Subject: [PATCH] Docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 171216a909..0b29d925e0 100644 --- a/README.md +++ b/README.md @@ -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)