sanders-vag / rxjs-training

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/sanders-vag/rxjs-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rxjs-training

This a project with a solved version of this tutorial. These exercises have been implemented using v6 of rxjs.

In the folder exercises there is a file with the solution of each problem.

If you run the application the result of the exercises is displayed in the index.html page instead of logging to the console output.

This was built using CodeSandbox so its built with parcel.

Run locally

With npm:

$ npm install
$ npm start

With yarn:

$ yarn install
$ yarn start

The server will start in port 8080.

About

Created with CodeSandbox

https://codesandbox.io/s/github/sanders-vag/rxjs-training


Languages

Language:JavaScript 88.5%Language:HTML 9.2%Language:CSS 2.3%