elm-boilerplate icon indicating copy to clipboard operation
elm-boilerplate copied to clipboard

Starting point for Elm-Lang projects

elm boilerplate

My boilerplate for Elm applications.

Provides the following:

  • gulp test to run tests with Elm-Test
  • gulp serve to run the app on a live server locally
  • gulp build to compile the Elm app
  • gulp start to watch and recompile Elm when files change