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

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

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
```