TIL: install json-server to have a local http server serving JSON
$ npm install -g json-server
$ json-server --watch db.json
TIL: install json-server to have a local http server serving JSON
$ npm install -g json-server
$ json-server --watch db.json