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
- Host: GitHub
- URL: https://github.com/bsorrentino/rxjs-samples
- Owner: bsorrentino
- License: mit
- Created: 2016-03-25T21:15:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T08:56:09.000Z (over 7 years ago)
- Last Synced: 2025-01-19T08:42:50.468Z (9 months ago)
- Topics: reactive-programming, rx, rxjs
- Language: TypeScript
- Homepage: http://slides.com/bsorrentino/deck-4/fullscreen
- Size: 95.7 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```