Elm Starter Kit Generator

This library is a yeoman generator that helps you easily start a new Elm Application.

By default, it generates a Browser.application which is perfect for building an spa.

This generator can prodive more templates for starting other kind of programs:

Prerequisites

Have latest Elm version installed

Getting started

npm install -g yo
npm install -g generator-elm-starter-kit
yo elm-starter-kit

yo

Then visit http://localhost:8000 and start coding :-)