Dependencies related to mock server removed and README updated
This commit is contained in:
parent
3357820a44
commit
9f138838ad
3 changed files with 0 additions and 748 deletions
|
@ -20,10 +20,6 @@ Set correct URL to your API server in `.env`.
|
||||||
```
|
```
|
||||||
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
|
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
|
Start application
|
||||||
```
|
```
|
||||||
npm start
|
npm start
|
||||||
|
@ -31,6 +27,5 @@ npm start
|
||||||
|
|
||||||
## Links
|
## 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
|
* [Bulma](https://bulma.io/documentation/) - free, open source CSS framework based on Flexbox
|
||||||
* [Create React App](https://github.com/facebook/create-react-app)
|
* [Create React App](https://github.com/facebook/create-react-app)
|
||||||
|
|
742
kafka-ui-react-app/package-lock.json
generated
742
kafka-ui-react-app/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -92,7 +92,6 @@
|
||||||
"eslint-plugin-react-hooks": "^2.5.1",
|
"eslint-plugin-react-hooks": "^2.5.1",
|
||||||
"esprint": "^0.6.0",
|
"esprint": "^0.6.0",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.0",
|
||||||
"json-server": "^0.15.1",
|
|
||||||
"lint-staged": "^10.5.2",
|
"lint-staged": "^10.5.2",
|
||||||
"node-sass": "^4.14.1",
|
"node-sass": "^4.14.1",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue