Skip to content

huanhulan/battle_of_paradigms

Repository files navigation

battle-of-paradigms

A typescript implementation of battle-of-paradigms from functional reactive programming

Prerequisite: Node.js

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

Installation

via NPM

$> git clone https://github.com/huanhulan/battle_of_paradigms.git
$> cd battle_of_paradigms
$> npm install

via Yarn

$> git clone https://github.com/huanhulan/battle_of_paradigms.git
$> cd battle_of_paradigms
$> yarn

How to use

Run locally using the Webpack dev server: npm start

About

Battle between OOP paradigm and FRP paradigm by implementing drag&drop example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published