TIL: install json-server to have a local http server serving JSON

$ npm install -g json-server
$ json-server --watch db.json

https://www.npmjs.com/package/json-server