Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do live reloading / automatic page refresh in elm?

Tags:

elm

I'm trying to learn elm programing language from here. And it bugs me to manually do page refresh with every little change.

I see that elm-reactor doesn't support live realoading anymore. But what can i do unthil the next release?

like image 334
AIon Avatar asked Oct 07 '16 11:10

AIon


1 Answers

I usually use elm-live.

It is very simple and easy to use if you are just compiling Elm to js.

like image 106
Tosh Avatar answered Jan 01 '23 00:01

Tosh