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
- Host: GitHub
- URL: https://github.com/danielstern/rxjs-observable-playground
- Owner: danielstern
- Created: 2018-01-18T11:25:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T14:59:35.000Z (about 3 years ago)
- Last Synced: 2025-02-10T15:50:55.920Z (over 1 year ago)
- Topics: observable, rxjs
- Language: HTML
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`