https://github.com/ryan-haskell/hubtran-miniconf
An example of how to build components
https://github.com/ryan-haskell/hubtran-miniconf
Last synced: about 2 months ago
JSON representation
An example of how to build components
- Host: GitHub
- URL: https://github.com/ryan-haskell/hubtran-miniconf
- Owner: ryan-haskell
- Created: 2020-08-07T18:03:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T18:03:27.000Z (almost 6 years ago)
- Last Synced: 2025-10-02T17:54:24.145Z (9 months ago)
- Language: Elm
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubtran miniconf
> creating components with Elm
## running the project
Make sure you have Elm 0.19 installed!
```
elm make src/Main.elm --output=dist/elm.js
open index.html
```