Thanks to Lex Huang for the continous_time example, where I got all the Typescript stuff from.
A typescript implementation of a FRP-based mini golf demonstrating continuous time.
Install Node.js® and npm if they are not already on your machine.
$> git clone https://github.com/SodiumFRP/mini-golf.git
$> cd mini-golf
$> npm install
$> git clone https://github.com/SodiumFRP/mini-golf.git
$> cd mini-golf
$> yarn
Run locally using the Webpack dev server: npm start