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
- Host: GitHub
- URL: https://github.com/odonno/rxjs-vanilla-player
- Owner: Odonno
- Created: 2020-09-29T13:37:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:25:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T11:46:59.477Z (7 months ago)
- Topics: playground, rxjs, typescript, vanilla
- Language: TypeScript
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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.
