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