Skip to content

RxJSInAction/banking-in-action

Repository files navigation

Getting Started

This repository contains the standalone application detailed in the final chapter of RxJS In Action. The intention of this repository is to show a fairly complete application, since the primary technology on display here is the use of RxJS + React + Redux (3R) and is meant to be accessible for a large audience. Therefore, we are not using JSX or any complex build systems. Entire books can and have been written on such things but unfortunately we don't have the page count for it :(.

Please report any issues you find with running or accessing the project, or any bugs that you find.

The core components that are discussed in the book will not be changed aside from periodic updates.

Important

If you are looking for the repository for the first 9 chapters you should be in the sister respository here.

First-time install

Run npm install

All subsequent runs

Run: npm start and navigate to http://localhost:3000