Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 758 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 758 Bytes

ELM Daily UI

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 :

How to run it

  • 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