An open API service indexing awesome lists of open source software.

https://github.com/rcdexta/react-autocomplete-demo

Demo app for autocomplete widget using React and Elastic Search
https://github.com/rcdexta/react-autocomplete-demo

Last synced: about 1 year ago
JSON representation

Demo app for autocomplete widget using React and Elastic Search

Awesome Lists containing this project

README

          

# 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

```bash
$ 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.