Library to help handle touch events
cd examples && elm make SwipeExample.elm && open index.html
Be sure to view in a mobile device emulator like the one found in Chrome Dev Tools since touch events are only triggered on mobile devices
- Run
npm install -g elm-testif you haven't already. cdinto the project's root directory that has yourelm-package.json.- Run
elm-test init. - Run
elm-test.