ezekeal / elm-starter

A boilerplate for an elm web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A boilerplate for an elm web app


Languages

Language:CSS 44.0%Language:JavaScript 31.4%Language:HTML 13.9%Language:Elm 10.8%