This is a sample elm web app with google material design integration.
The entire app is setup with gulp, scss and material design theme. You could just start
adding in Elm code in src/elm/
and styles to src/assets/scss/
.
The app entry point is src/elm/Main.elm
$ git clone https://github.com/kidambisrinivas/sample-elm-app
$ cd sample-elm-app && npm install && bower install && elm package install
$ gulp
$ # Then open browser and hit http://localhost:3000