Skip to content

Commit

Permalink
#3 #4 Adds start script to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerdak committed Oct 19, 2017
1 parent e3c9878 commit f47fb27
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
stuff

## Running locally
`elm-live Main.elm --open --pushstate --output=elm.js --debug`

18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html>

<head>
<meta charset="UTF-8">
<title>Syntax workshop</title>
<script type="text/javascript" src="/elm.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tachyons/4.8.1/tachyons.min.css" />
</head>

<body>
</body>

<script type="text/javascript">
var app = Elm.Main.fullscreen();
</script>

</html>

0 comments on commit f47fb27

Please sign in to comment.