rxjs-examples
rxjs-examples copied to clipboard
RxJS v6 examples
RxJS v6 Examples
Six examples of RxJS v6:
Install
If you want to run the examples in your computer, follow these steps:
- clone this repo
- Local
npm installnpm start
- Docker Compose
docker-compose up
- open http://localhost:8080/ in your browser
Test
run npm test or docker-compose run --rm node npm test