Invenio-Search client library for building the web UI.
$ npm i
$ pushd examples/simple; npm install; popd
$ npm run-script demo
Navigate to http://localhost:8000 to see the demo.
$ npm test
$ # build
$ npm run-script docs
$ # read
$ open docs/index.html