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
- Host: GitHub
- URL: https://github.com/jc00ke/carlo-elm-example
- Owner: jc00ke
- License: mit
- Created: 2019-01-07T05:29:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T17:07:20.000Z (over 7 years ago)
- Last Synced: 2025-10-12T20:48:15.627Z (9 months ago)
- Topics: carlo, elm, elm-lang, native-apps
- Language: Elm
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```