introduction-to-elm
Code samples for my "Introduction to Elm" talk
All should use the following HTML in Ellie (which just adds the Bootstrap link tag)
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" />
<style>
/* you can style your program here */
</style>
</head>
<body>
<script>
var app = Elm.Main.fullscreen()
// you can use ports and stuff here
</script>
</body>
</html>On this page
Contributors
MIT License
Created April 5, 2018
Updated June 15, 2018