react-autocomplete-demo
                                
                                 react-autocomplete-demo copied to clipboard
                                
                                    react-autocomplete-demo copied to clipboard
                            
                            
                            
                        Demo app for autocomplete widget using React and Elastic Search
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 [email protected]: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.