Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 635 Bytes

mini-golf

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.

Prerequisite: Node.js

Install Node.js® and npm if they are not already on your machine.

Installation

via NPM

$> git clone https://github.com/SodiumFRP/mini-golf.git
$> cd mini-golf
$> npm install

via Yarn

$> git clone https://github.com/SodiumFRP/mini-golf.git
$> cd mini-golf
$> yarn

How to use

Run locally using the Webpack dev server: npm start