0.2.0 • Published 5 years ago

generator-elm-starter-kit v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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 :-)

0.2.0

5 years ago

0.1.0

5 years ago