/carlo-elm-example

An example Elm app running in the Carlo app framework

Primary LanguageElmMIT LicenseMIT

Carlo + Elm

This is an example Elm application using the Carlo app framework.

Setup

  • Install node >= v7.6.0
  • Install Google Chrome/Chromium >= 70
  • Install elm >= 0.19.0
> npm i
> elm make src/App.elm --output=app.js
> npm start