This repository contains a demo of Zinc's realtime search capabilities.
To run the demo you must get access to Zinc's realtime API. If you do not have access contact [email protected]. If you already have access, there is a running version of this demo at http://amazonsearchdemo.surge.sh/
To build the project run the following commands
- Install yarn. You can install it with
npm install -g yarn
yarn
yarn run build
- serve from
build/
folder
To run the demo for development use yarn start