A typescript implementation of battle-of-paradigms from functional reactive programming
Install Node.js® and npm if they are not already on your machine.
$> git clone https://github.com/huanhulan/battle_of_paradigms.git
$> cd battle_of_paradigms
$> npm install
$> git clone https://github.com/huanhulan/battle_of_paradigms.git
$> cd battle_of_paradigms
$> yarn
Run locally using the Webpack dev server: npm start