Skip to content

albert-gonzalez/rxjs-examples

Repository files navigation

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 install
    • npm 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