Any recommendations for hosting elm examples?

I usually use https://www.npmjs.com/package/gh-pages with the Command line utility docs method:

{
  "scripts": {
    "deploy": "gh-pages -d public"
  }
}
2 Likes