Streamlined version of this demo using AzSearch.js available here: Channel9 demo | source
Simple demo of Azure Search using AzSearchStore and ReactJS
to build and run:
- Find update query key in app
- install dependencies
npm install
- build the bundle
webpack
- Start a server to host the app (npm install -g http-server)
http-server
- Navigate to 'http://127.0.0.1:8080/index.html'