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

https://github.com/martinkavik/tachyons-elm-ui-example

Elm + Tachyons example page
https://github.com/martinkavik/tachyons-elm-ui-example

elm-lang tachyons-css

Last synced: about 1 year ago
JSON representation

Elm + Tachyons example page

Awesome Lists containing this project

README

          

[Elm](http://elm-lang.org/) + [Tachyons](http://tachyons.io/) example page with **Ti.Button** module prototype

---

[Live demo](https://tachyons-elm-ui-example.kavik.cz/)

---

Libraries
- [elm-ui](https://github.com/gdotdesign/elm-ui)
- [tachyons-elm](https://github.com/justgage/tachyons-elm)
- [elm-dev-env](https://github.com/gdotdesign/elm-dev-env)
- [css-ripple-effect](https://github.com/mladenplavsic/css-ripple-effect)

---

Run
1. `npm install elm-dev-env -g`
2. In the project root:
```
elm-dev install
elm-dev start
```