"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"api": "json-server --watch db.json"
},
scripts: {
......
"dev": "concurrently \"npm run start\" \"npm run api\""
}