All Projects → RxJSInAction → banking-in-action

RxJSInAction / banking-in-action

Licence: other
Sample application for RxJS in Action (Book)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to banking-in-action

Ansible For Devops
Ansible for DevOps examples.
Stars: ✭ 5,265 (+13755.26%)
Mutual labels:  book, examples
Thinking In Spring Boot Samples
小马哥书籍《Spring Boot 编程思想》示例工程
Stars: ✭ 1,725 (+4439.47%)
Mutual labels:  book, examples
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+1884.21%)
Mutual labels:  book, examples
Regex For Regular Folk
🔍💪 Regular Expressions for Regular Folk — A visual, example-based introduction to RegEx [BETA]
Stars: ✭ 242 (+536.84%)
Mutual labels:  book, examples
Vertx In Action
Examples for the Manning "Vert.x in Action" book
Stars: ✭ 134 (+252.63%)
Mutual labels:  book, examples
Node.js Design Patterns Third Edition
Node.js Design Patterns Third Edition, published by Packt
Stars: ✭ 239 (+528.95%)
Mutual labels:  book, examples
handbook
evilfactorylabs handbook
Stars: ✭ 14 (-63.16%)
Mutual labels:  book
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (+197.37%)
Mutual labels:  book
dockerfiles
Dockerfile & kubernetes Yaml Templates
Stars: ✭ 44 (+15.79%)
Mutual labels:  examples
ocamlbyexample
Learn Ocaml by reading code examples
Stars: ✭ 18 (-52.63%)
Mutual labels:  examples
ionic3-google-maps-examples
Some examples of how to use google maps javascript API on a Ionic application and use HTML5 geolocation.
Stars: ✭ 24 (-36.84%)
Mutual labels:  examples
Tesseract
A set of libraries for rapidly developing Pipeline driven micro/macroservices.
Stars: ✭ 20 (-47.37%)
Mutual labels:  examples
WebDAVServerSamples
WebDAV, CalDAV & CardDAV server examples in C# and VB based on IT Hit WebDAV Server Engine for .NET
Stars: ✭ 39 (+2.63%)
Mutual labels:  examples
Maeevick
my global strategy about continuous learnings and improvements, projects and activities
Stars: ✭ 23 (-39.47%)
Mutual labels:  book
rht-labs-library
This is a list of books in our library or which we recommend you read.
Stars: ✭ 36 (-5.26%)
Mutual labels:  book
sph-lib
more than 80 gpl3+ licensed guile scheme libraries
Stars: ✭ 15 (-60.53%)
Mutual labels:  examples
alkitab-api
📖 Bible API for everyone
Stars: ✭ 88 (+131.58%)
Mutual labels:  book
aicloud-examples
Примеры distributed machine learning с помощью сервиса AICloud
Stars: ✭ 24 (-36.84%)
Mutual labels:  examples
Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (-39.47%)
Mutual labels:  examples
FairyGUI-PixiJS-Example
Examples for FairyGUI-PixiJS
Stars: ✭ 21 (-44.74%)
Mutual labels:  examples

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].