This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body id="main"> | |
hi | |
<script src="sound.js"></script> | |
<script> | |
/* | |
var node = document.getElementById('main'); | |
console.log(node); | |
var app = Elm.Main.embed(node); | |
console.log(app.ports.eval); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -o errexit | |
yarn add flow-bin flow-typed validated lodash | |
./node_modules/.bin/flow-typed install || true | |
flow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env stack | |
{- | |
stack script | |
--resolver lts-13.29 --install-ghc | |
--package base | |
--package shake | |
--package hspec | |
--package getopt-generics | |
-} |
OlderNewer