Skip to content

jaseci-labs/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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • HTML 19.7%
  • SCSS 18.2%
  • CSS 3.4%