elm-sortable-table/examples/README.md

15 lines
326 B
Markdown
Raw Normal View History

2016-07-21 00:12:36 +00:00
# Examples
## Build Instructions
To see the examples running without any CSS you can just run the following commands:
```bash
git clone https://github.com/evancz/elm-sortable-table.git
cd elm-sortable-table
cd examples
elm-reactor
```
And then navigate to `1-presidents.elm` from [localhost:8000](http://localhost:8000/).