0.0.4 • Published 5 years ago

@hubmap/portal-search v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

portal-search

A simple, opinionated wrapper for Searchkit.

NPM

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