A simple, opinionated wrapper for Searchkit.
The demo source code has been commented to explain usage.
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