项目作者: typesense

项目描述 :
A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.
高级语言: JavaScript
项目地址: git://github.com/typesense/typesense-instantsearch-demo.git
创建时间: 2020-05-24T02:24:40Z
项目社区:https://github.com/typesense/typesense-instantsearch-demo

开源协议:

下载


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:

  1. $ npm install
  2. $ npm run typesenseServer
  1. $ npm run populateTypesenseIndex
  2. $ npm start

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