Skip to content

typesense/typesense-instantsearch-demo

Repository files navigation

typesense-instantsearch-demo

This is a demo that shows you a quick search interface that was built with typesense-instantsearch-adapter.

Read the accompanying walk-through here: https://typesense.org/docs/latest/guide/search-ui-components.html.

Here are more live demos that use the Instantsearch adapter: https://typesense.org/docs/overview/demos.html

Get started

To run this project locally, install Docker and Docker Compose, start Typesense Server, populate the index and run the app server:

$ npm install
$ npm run typesenseServer
$ npm run populateTypesenseIndex
$ npm start

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