@hubmap/portal-search
v0.0.4
Published
portal-search React component
Downloads
9
Keywords
Readme
portal-search
A simple, opinionated wrapper for Searchkit.
Usage
The demo source code has been commented to explain usage.
Development
Checkout the project, cd
, and then:
$ npm install
$ npm start
The development server will refresh the browser as you edit the code.
- To run all the Travis checks:
./test.sh
- To run just the unit tests:
npm run test:watch