how to run json server with react on localhost 3000 code example
Example 1: json server npm
npm install -g json-server
Example 2: json server npm
json-server --watch db.json
npm install -g json-server
json-server --watch db.json