Skip to content

Commit

Permalink
Mock script removed & README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Guzel738 committed Jan 19, 2021
1 parent 0a0b79e commit 3357820
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions kafka-ui-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ If you plan to use full fake REST API you have to update `.env`.
```
REACT_APP_API_URL=http://localhost:3004
```
Start JSON Server if you prefer to use default full fake REST API.
```
npm run mock
```
Start application
```
npm start
Expand Down
1 change: 0 additions & 1 deletion kafka-ui-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"lint:fix": "eslint --ext .tsx,.ts src/ --fix",
"test": "react-scripts test",
"eject": "react-scripts eject",
"mock": "node ./mock/index.js",
"tsc": "tsc"
},
"husky": {
Expand Down

0 comments on commit 3357820

Please sign in to comment.