Skip to content

Commit

Permalink
add script to start sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 13, 2021
1 parent 3fb6a17 commit 5d8779d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/start-sample-app.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail

cd sample-app
elm-live --pushstate index.html src/Main.elm

0 comments on commit 5d8779d

Please sign in to comment.