/instantsearch-hook-autocomplete

Start from algolia sandbox

Primary LanguageTypeScript

Autocomplete with React InstantSearch Hooks example

This example shows how to integrate Autocomplete with React InstantSearch Hooks.

A capture of the Autocomplete with React InstantSearch Hooks demo

Demo

Access the demo

How to run this example locally

1. Clone this repository

git clone git@github.com:algolia/autocomplete.git

2. Install the dependencies and run the server

yarn
yarn workspace @algolia/autocomplete-example-react-instantsearch-hooks dev

Alternatively, you may use npm:

cd examples/react-instantsearch-hooks
npm install
npm run dev

Open http://localhost:3000 to see your app.