Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 321 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 321 Bytes

Elm autocomplete example

This is an attempt to write an autocomplete widget in Elm.

To run, you will need the included autocomplete server. Do 'npm install' and then 'coffee server.coffee' (this means you will also need coffee script installed)

The, run the 'elm reactor' and go to http://localhost:8000/Main.elm