Skip to content

Latest commit

 

History

History
 
 

html-templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Autocomplete with HTML templates example

This example shows how to use HTML templates in Autocomplete.

A capture of the Autocomplete with HTML templates example

Demo

Access the demo

How to run this example locally

1. Clone this repository

git clone git@github.com:algolia/autocomplete.git

2. Install the dependencies and run the server

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.