/reactor-ts

Reactor-Oriented Programming in TypeScript

Primary LanguageTypeScript

A Reactor-Oriented Programming Framework in TypeScript

CI

Documentation

Get Started

Make sure you have NodeJS >10.4 installed.

To make sure all Node modules are installed, run:

npm install

To run the tests with Jest, run:

npm run test

To generate documentation with TypeDoc, run:

npm run doc