Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 485 Bytes

Elm Start Kit

This is a minimal setup for an elm app.

Getting Started

This repo is a Template Repository. If you have a GitHub account just click the "Use this template" button above and get started.

Using elm-live

I recommend using elm-live for a simple and convenient development setup.

npm i
npx elm-live src/Main.elm --hot --open -- --output=elm.js