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

https://github.com/ntonbala/rxjs-playground

RxJS playground practice
https://github.com/ntonbala/rxjs-playground

Last synced: 2 months ago
JSON representation

RxJS playground practice

Awesome Lists containing this project

README

        

# RxJS playground

Project uses NPM as package manager.

1. Run `npm install`. This will install all needed dependencies.
2. Run `npm start`. This will run the dev server.
3. Open your browser and navigate to the provided URL (default: [http://localhost:8080](http://localhost:8080/)).
4. Open the Console/DevTools in your browser to see the `console.log`s.
5. Keep modifying the `src/index.html` and `src/index.ts` files to adjust the code you want to run. **Saving these files will automatically reload the page.**

Project relates to [RxJS 7 and Observables: Introduction](https://www.udemy.com/course/rxjs-and-observables) Udemy course by [Jurek Wozniak](https://www.udemy.com/user/jerzy-wozniak).