This example shows how to use HTML templates in Autocomplete.
git clone git@github.com:algolia/autocomplete.git
yarn
yarn workspace @algolia/autocomplete-example-html-templates start
Alternatively, you may use npm:
cd examples/html-templates
npm install
npm start
Open http://localhost:1234 to see your app.