This is a revisited version of the daily Ui Challenge in ELM. The main purpose of this initiative is to practice this awesome language by building some cool stuff.
My inspiration :
-
Simple examples can be launched with elm-reactor
-
The one using interop features such as ports must be launched with the elm-app command from create-react-app
- In case you don't have ELM :
npm install elm -g
elm-package install
- In the root of your Elm project start the reactor with :
elm-reactor
- For examples built with create-react-app :
npm install create-elm-app -g
elm-package install
elm-app start