Elm Webpack Boilerplate

This is a boilerplate using webpack to build web application using Elm and Sass.

Use:

  • yarn dev to start a dev server running on localhost:8080
  • yarn build to build the production build into the dist folder

Format js and ELM code with prettier and elm-format:

$ yarn format