We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0b79e commit 3357820Copy full SHA for 3357820
kafka-ui-react-app/README.md
@@ -24,10 +24,6 @@ If you plan to use full fake REST API you have to update `.env`.
24
```
25
REACT_APP_API_URL=http://localhost:3004
26
27
-Start JSON Server if you prefer to use default full fake REST API.
28
-```
29
-npm run mock
30
31
Start application
32
33
npm start
kafka-ui-react-app/package.json
@@ -42,7 +42,6 @@
42
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
43
"test": "react-scripts test",
44
"eject": "react-scripts eject",
45
- "mock": "node ./mock/index.js",
46
"tsc": "tsc"
47
},
48
"husky": {
0 commit comments