An open API service indexing awesome lists of open source software.

https://github.com/jc00ke/carlo-elm-example

An example Elm app running in the Carlo app framework
https://github.com/jc00ke/carlo-elm-example

carlo elm elm-lang native-apps

Last synced: 9 months ago
JSON representation

An example Elm app running in the Carlo app framework

Awesome Lists containing this project

README

          

# Carlo + Elm

This is an example [Elm](https://elm-lang.org/) application using
the [Carlo](https://github.com/GoogleChromeLabs/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
```