Appendix A. Installation of libraries used in this book

Installing the example projects

To help you better understand the text, we’ve made two code repositories available to download and run so as to better see RxJS in Action.

The primary repository we use throughout the text contains the runnable code samples.

URL: https://github.com/RxJSInAction/rxjs-in-action

Node git clone https://github.com/RxJSInAction/rxjs-in-action.git cd rxjs-in-action npm install npm start <Open browser to localhost:8080>

The second repository, which is used only for chapter 10, contains a standalone application that can be accessed and run via the following.

URL: https://github.com/RxJSInAction/banking-in-action

Node git clone https://github.com/RxJSInAction/banking-in-action.git ...

Get RxJS in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.