- Elm 0.17+
- elm-webpack-loader 3.0.0+
- elm-hot-loader 0.3.0+
# clone this repository
git clone https://github.com/fluxxu/elm-hot-loader-starter.git
cd elm-hot-loader-starter
# install node dependencies
npm installnpm run dev# build project, copy js, html and assets to ./dist
npm run build