Demonstrates how to use elm-hot-webpack-loader together with elm-webpack-loader. This is just a toy project to show the simplest possible integration. You may want to consider more full-featured alternatives such as create-elm-app.
npm install
npm run dev
- open the app in your browser
- modify
src/Main.elm
- see the change automatically reload in your browser