Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

miguelmota/rxjs-examples

Repository files navigation

RxJS examples

Examples of using RxJS v5.

From blog post Getting Started with RxJS.

Running examples

Install dependencies:

$ npm install

Run example:

$ node helloWorld.js

For examples requiring DOM, bundlify file and open in browser.

$ browserify file.js -o bundle.js
$ open index.html

License

MIT

Releases

No releases published

Packages