REACT TEMPLATE FOR DEMO ENG

This project was generated with create-instantsearch-app by Algolia.

⭐️ Get started

To run this project locally, install the dependencies and run the local server:

npm install
npm dev

Alternatively, you may use Yarn:

yarn install


👊 How to use it

For NEXT-JS/REACT

Just change variables from .env.local

You will probably have to adapt your attribute for Hits & Filters but that's (h)it (sorry I'm 58 y.o)


For CSS

You can modify all your variables from SCSS/variables.scss

Want to change styling ?

Main style & design are accessible through mixin in SCSS/mixin.scss


For ASSETS

Everything is under Assets folder index.js

You can just add you images into this folder under naming img1, img2 ...etc

It will create a fake homepage for you



👊 What's in the template

  • 👉 Classic Search
  • 👉 Filters (Refinement, Sort By...etc)
  • 👉 Current Refinement
  • 👉 Stats
  • 👉 Carousel
  • 👉 Product Page
  • 👉 Search Result Page
  • 👉 Personalisation
  • 👉 Dynamic Filter Re ranking (through Dashboard)
  • 👉 Banner Injections (through Dashboard)
  • 👉 Query Suggestions
  • 👉 Federated Search
  • 👉 Category Pages
  • 👉 VoiceSearch

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

REACT TEMPLATE FOR DEMO ENG