A super simple boiler plate for elm projects
src/ -- contains elm code
public/ -- contain built code, and an index.html file
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
To duplicate this repo for your own use follow these gitHub instructions