An open API service indexing awesome lists of open source software.

https://github.com/bsorrentino/rxjs-samples

Example related to a Meetup at #DevDay concerning - Reactive Programming and the RX (r)evolution
https://github.com/bsorrentino/rxjs-samples

reactive-programming rx rxjs

Last synced: 3 months ago
JSON representation

Example related to a Meetup at #DevDay concerning - Reactive Programming and the RX (r)evolution

Awesome Lists containing this project

README

          

# RXJS SAMPLES

## Install

```
npm install
```

**MacOSX**
```
$(npm bin)/jspm install
```

**Windows**
```
node_modules\.bin\jspm install
```

## Run

```
npm run servep
```