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
- Host: GitHub
- URL: https://github.com/martinkavik/tachyons-elm-ui-example
- Owner: MartinKavik
- Created: 2017-06-16T01:05:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T01:15:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T04:42:51.143Z (over 1 year ago)
- Topics: elm-lang, tachyons-css
- Language: Elm
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```