elm-ui-select/examples/README.md

16 lines
206 B
Markdown
Raw Normal View History

# Elm-ui Select examples
2022-07-21 22:44:20 +03:00
## to run:
```console
elm reactor
```
And choose from one of the examples in the src directory
2022-07-21 22:44:20 +03:00
## run tests on the examples using elm-program-test:
```console
npx elm-test
```