Skip to content

covuworie/understanding-RxJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Understanding RxJS

understanding RxJS Free YouTube Series by Academind

The code in this repository is based on Academind's video tutorial on building a Understanding RxJS. The aim of the tutorial is to get a better understanding of RxJS operators. Each directory is a self-contained lesson that focuses on one or more RxJS operators. The tutorial uses HTML and Javascript.

Prerequisites

Install Visual Studio Code if you want to use Live Server automatically see the changes to your code in the browser.

Running the code

  1. You will be prompted to install the the recommended extensions when you open up the code folder in Visual Studio Code. Go ahead and install these. They are Live Server and Prettier. These extensions are optional. The recommended extensions can be found in the extensions.json file in the .vscode directory should you wish to edit these. Likewise in the same directory you can find the settings.json file should you wish to edit the recommended settings.
  2. Open index.html, right click on the text editor area and select Open With Live Server (or run your preferred development server) to launch the application in your default web browser.