Jwhiles / elm-boiler-plate

boiler plate for elm projects

Home Page:http://sausage.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

boiler plate for elm projects

http://sausage.surge.sh/

License:MIT License


Languages

Language:HTML 51.4%Language:Elm 48.6%