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