Elm webpack 4 starter template

Hi everyone, a friend (Geoffrey) and I made this elm-webpack-4-template with this features:

  • Dev server with live reloading, using HMR
  • Support assets
    • Images
    • CSS/SCSS with postcss
      • Autoprefixer
      • Css nano (minifier)
  • Bootstrap 4 (Sass version)
  • Bundling and minification for deployment with compressed version of assets (gzip)
  • Examples (examples/)
    • Hello world
    • Counter
  • App scaffold using Richard Feldman RealWorld example app.

I hope you find it useful :slight_smile:

16 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.