json server wtch code example
Example 1: json-server
#Install JSON Server
npm install -g json-server
#Start JSON Server
json-server --watch db.json
Example 2: json server npm
json-server --watch db.json
#Install JSON Server
npm install -g json-server
#Start JSON Server
json-server --watch db.json
json-server --watch db.json