/react-autocomplete-demo

Demo app for autocomplete widget using React and Elastic Search

Primary LanguageJavaScript

react-autocomplete-demo

Demo app for autocomplete widget using React and Elastic Search

The full write-up is available at https://medium.com/@rcdexta

Setup

Clone the repository and install the dependencies

$ git clone git@github.com:rcdexta/react-autocomplete-demo.git
$ cd react-autocomplete-demo
$ yarn

Start the server by running yarn start command

The UI expects elastic search to be running on 9200 port.