# typesense-instantsearch-demo **Repository Path**: qscgu23/typesense-instantsearch-demo ## Basic Information - **Project Name**: typesense-instantsearch-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 the dependencies, 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.