Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 478 Bytes

File metadata and controls

18 lines (11 loc) · 478 Bytes

Algolia InstantSearch Quickstart

Getting started

Adding your credentials

  1. Open client/index.js
  2. Add your Search API Key, AppId and indexName

Development

  1. Run yarn or npm install to install dependencies
  2. Use yarn run dev or npm run dev to start the development server

Production

  1. Run yarn or npm install to install dependencies (if you haven't already)
  2. Use yarn run build or npm run build to build out webpack files