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.
Install Visual Studio Code if you want to use Live Server
automatically see the changes to your code in the browser.
- 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
andPrettier
. These extensions are optional. The recommended extensions can be found in theextensions.json
file in the.vscode
directory should you wish to edit these. Likewise in the same directory you can find thesettings.json
file should you wish to edit the recommended settings. - Open
index.html
, right click on the text editor area and selectOpen With Live Server
(or run your preferred development server) to launch the application in your default web browser.