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.
- Host: GitHub
- URL: https://github.com/typesense/typesense-instantsearch-demo
- Owner: typesense
- Created: 2020-05-24T02:24:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T21:06:51.000Z (about 1 year ago)
- Last Synced: 2025-04-17T07:17:33.044Z (about 1 month ago)
- Topics: demo, search-interface, typesense-instantsearch-adapter
- Language: JavaScript
- Homepage: https://typesense.org/docs/latest/guide/search-ui-components.html
- Size: 999 KB
- Stars: 67
- Watchers: 3
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.