Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 693 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 693 Bytes

Channel9Demo

UPDATE

Streamlined version of this demo using AzSearch.js available here: Channel9 demo | source

OLD DEMO

Simple demo of Azure Search using AzSearchStore and ReactJS

to build and run:

  1. Find update query key in app
  2. install dependencies
npm install
  1. build the bundle
webpack
  1. Start a server to host the app (npm install -g http-server)
http-server
  1. Navigate to 'http://127.0.0.1:8080/index.html'