jc00ke / carlo-elm-example

An example Elm app running in the Carlo app framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An example Elm app running in the Carlo app framework

License:MIT License


Languages

Language:Elm 45.0%Language:HTML 35.7%Language:JavaScript 19.3%