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

https://github.com/danielstern/rxjs-observable-playground

A low overhead environment for experimenting with Reactive programming and observables
https://github.com/danielstern/rxjs-observable-playground

observable rxjs

Last synced: about 1 year ago
JSON representation

A low overhead environment for experimenting with Reactive programming and observables

Awesome Lists containing this project

README

          

# rxjs-observable-playground
A low overhead environment for experimenting with Reactive programming and observables

## Usage
You can use this application to easily learn about observables and RxJS. Can work on its own but is intended as a tool to complete the Udemy Course RxJS 101.

Click HERE for a Special Discount on the Course

## Getting started
1. Clone the repo `git clone git@github.com:danielstern/rxjs-observable-playground.git`
2. Install dependencies `npm install`
3. Start the application `npm start`
4. Navigate to it in your browser `http://localhost:8080`