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

https://github.com/odonno/rxjs-vanilla-player

A visual playground to try rxjs with TypeScript
https://github.com/odonno/rxjs-vanilla-player

playground rxjs typescript vanilla

Last synced: 4 months ago
JSON representation

A visual playground to try rxjs with TypeScript

Awesome Lists containing this project

README

          

# RxJS Vanilla Player

A visual playground to try RxJS with TypeScript

### Get started

1. If you just downloaded the project, reinstall packages with yarn or npm

`yarn install` or `npm install`

2. Then start a web server and have fun! The web app will be available here: http://localhost:8080/

`yarn start` or `npm start`

3. Create your own observable in the `src/main.ts` file and see what happens.

![Main page](./images/main.png)