# Example with static data

## How to use

Download the example [or clone the repo](https://github.com/ChoTotOSS/search-suggestion):

```bash
cd examples/withStaticData
```

Install it and run:

```bash
npm install
npm run dev
```