https://github.com/course-one/rxjs-starter-kit
Simple RxJS learning kit
https://github.com/course-one/rxjs-starter-kit
learning reactive-programming rxjs tutorial tutorial-code
Last synced: 10 months ago
JSON representation
Simple RxJS learning kit
- Host: GitHub
- URL: https://github.com/course-one/rxjs-starter-kit
- Owner: course-one
- Created: 2018-05-24T09:54:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T12:03:19.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T20:29:25.352Z (about 1 year ago)
- Topics: learning, reactive-programming, rxjs, tutorial, tutorial-code
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uncomment+comment line in `src/index.js` to test individual feature.
- `npm install` to install dependencies
- `npm run start` to start development server
- `npm run build` to build final UMD bundle in `dist` folder
#### More observables and operators at [https://www.learnrxjs.io](https://www.learnrxjs.io/)