Skip to content

Commit 3357820

Browse files
committed
Mock script removed & README updated
1 parent 0a0b79e commit 3357820

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

kafka-ui-react-app/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ If you plan to use full fake REST API you have to update `.env`.
2424
```
2525
REACT_APP_API_URL=http://localhost:3004
2626
```
27-
Start JSON Server if you prefer to use default full fake REST API.
28-
```
29-
npm run mock
30-
```
3127
Start application
3228
```
3329
npm start

kafka-ui-react-app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
4343
"test": "react-scripts test",
4444
"eject": "react-scripts eject",
45-
"mock": "node ./mock/index.js",
4645
"tsc": "tsc"
4746
},
4847
"husky": {

0 commit comments

Comments
 (0)