Home

Awesome

elm-webpack-starter

About:

A simple Webpack setup for writing Elm apps:

Install:

Clone this repo into a new project folder, e.g. my-elm-project:

git clone https://github.com/moarwick/elm-webpack-starter my-elm-project
cd my-elm-project

Re-initialize the project folder as your own repo:

rm -rf .git         # on Windows: rmdir .git /s /q
git init
git add .
git commit -m 'first commit'

Install all dependencies using the handy reinstall script:

npm run reinstall

This does a clean (re)install of all npm and elm packages, plus a global elm install.

Serve locally:

npm start

Build & bundle for prod:

npm run build

Changelog

Ver 0.8.6

Ver 0.8.5

Ver 0.8.4

Ver 0.8.3

Ver 0.8.2

Ver 0.8.0

Ver 0.7.1

Ver 0.7.0

Ver 0.6.2

Ver 0.6.0

Ver 0.5.0

Ver 0.4.0

Ver 0.3.0