This project was generated with create-instantsearch-app by Algolia.
To run this project locally, install the dependencies and run the local server:
npm install
npm dev
Alternatively, you may use Yarn:
yarn install
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)
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
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
- 👉 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.