/elm-boiler-plate

boiler plate for elm projects

Primary LanguageElmMIT LicenseMIT

elm-boiler-plate

A super simple boiler plate for elm projects

Structure

src/ -- contains elm code
public/ -- contain built code, and an index.html file

Commands

npm run dev -- will start watching your elm project, and run a local dev server

npm run build -- will build your elm project as a js file, ready to serve as a static site

Multiplicity

To duplicate this repo for your own use follow these gitHub instructions