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
- Host: GitHub
- URL: https://github.com/rcdexta/react-autocomplete-demo
- Owner: rcdexta
- Created: 2018-09-15T02:59:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T03:01:46.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T17:46:57.865Z (over 1 year ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 18
- Watchers: 1
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.