Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 419 Bytes

rxjs-firstSteps

First steps in RxJS with exercises and solutions. Here will you see how to combine and use some basic operators on observables.

Get started

Install Node.js and npm https://nodejs.org/en/ and check if the installation went well

node -v
npm -v

To use RxJS code you need to run this

npm install

Then you can run the code by this

node ./solutions/0-exercise.js