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
- Host: GitHub
- URL: https://github.com/ntonbala/rxjs-playground
- Owner: NtonBala
- Created: 2024-11-11T13:26:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:51:13.000Z (5 months ago)
- Last Synced: 2025-01-26T07:42:37.969Z (4 months ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).