Skip to content

Haroenv/algolia-instantsearch-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Search

Create a simple search using algolia instantsearch.js.

Installation

  • Nodejs 8+ required
  • Inside Webpack config, change the ALGOLIA_APP_ID, ALGOLIA_API_KEY and ALGOLIA_INDEX_NAME
  • Run npm install
  • For development mode: npm run build-dev
  • For production mode: npm run build-prod
  • You will get a report of the bundle dependecies opened in the browser (or inside ./dist/report.html)

About

Testing Algolia instantsearch.js library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.0%
  • HTML 36.0%