/elm-starter

A boilerplate for an elm web app

Primary LanguageCSS

Elm Starter

This should get you up and going with an elm webapp

Get Started

Install elm: npm i -g elm

Install gulp: npm i -g gulp

Install node dependencies: npm i

Install elm dependencies: elm package install

Run gulp: gulp

gulp will watch for changes in the src folder and recompile them to the dist folder