An open API service indexing awesome lists of open source software.

https://github.com/typesense/typesense-instantsearch-demo

A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.
https://github.com/typesense/typesense-instantsearch-demo

demo search-interface typesense-instantsearch-adapter

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# typesense-instantsearch-demo

This is a demo that shows you a quick search interface that was built with [typesense-instantsearch-adapter](https://github.com/typesense/typesense-instantsearch-adapter).

Read the accompanying walk-through here: [https://typesense.org/docs/latest/guide/search-ui-components.html](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](https://typesense.org/docs/overview/demos.html)

## Get started

To run this project locally, install [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/), start Typesense Server, populate the index and run the app server:

```sh
$ npm install
$ npm run typesenseServer
```

```sh
$ npm run populateTypesenseIndex
$ npm start
```

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