zbndm / demo-structured-result

This is a sample project implementing a full page search with structured data results using Algolia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structured Results Demo

This is a sample project implementing a full page search with structured data results using Algolia.

Learn more on the Structure Results guide.

Preview

Preview

Usage

Open the project

To run this project locally, replace the Algolia credentials in .env:

ALGOLIA_APP_ID=YOUR_APP_ID
ALGOLIA_API_KEY=YOUR_API_KEY
ALGOLIA_INDEX_NAME_MAIN=YOUR_MAIN_INDEX
ALGOLIA_INDEX_NAME_STRUCTURED=YOUR_STRUCTURED_INDEX

Then, install the dependencies and run the local server:

yarn
yarn start

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

Release

This demo is released by Pocci.

After making change, you need to run yarn run build and commit the change in build/ folder.

About

This is a sample project implementing a full page search with structured data results using Algolia.


Languages

Language:HTML 46.3%Language:CSS 35.9%Language:JavaScript 17.4%Language:Shell 0.4%