This is a boilerplate using webpack to build web application using Elm and Sass.
Use:
yarn devto start a dev server running onlocalhost:8080yarn buildto build the production build into thedistfolder
Format js and ELM code with prettier and elm-format:
$ yarn format