/elm-simple-starter

A quick elm boilerplate setup

Primary LanguageHTMLMIT LicenseMIT

Elm simple starter

An Elm (v0.19) boilerplate integrating with the following tools:

Quick Start

git clone https://github.com/samhstn/elm-simple-starter.git && cd elm-simple-starter
npm install
npm run build
npm start
# the server should be running on: http://localhost:3000

Development Start

git clone https://github.com/samhstn/elm-simple-starter.git && cd elm-simple-starter
npm install
npm run dev
# the dev server should be running on: http://localhost:3000

Check out the different branches for the Elm example you are looking for

Branch Status
master Build Status
counter Build Status
counter-with-localstorage Build Status
http Build Status
ports Build Status
routing Build Status