Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 328 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 328 Bytes

Elm Starter

Boilerplate repo to get Elm project up and running in no time.

Installation

If you haven't already

npm i -g elm elm-live
elm-package install

(Answer y when prompted.)

Building

elm-live src/Main.elm --open --dir=public --pushstate --debug --output=public/elm.js