typesense / typesense-instantsearch-demo

A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.

Home Page:https://typesense.org/docs/latest/guide/search-ui-components.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.

https://typesense.org/docs/latest/guide/search-ui-components.html


Languages

Language:JavaScript 59.8%Language:HTML 19.2%Language:SCSS 17.7%Language:CSS 3.3%