yarn add json-server
yarn json-server --watch db.json --port 3001
{ "scripts": { "server": "json-server --watch db.json --port 3001" } }
References https://poiemaweb.com/json-server https://redux-advanced.vlpt.us/3/01.html
References