Skip to content

vadim-gutyrchik/angular-rxjs-workshop

 
 

Repository files navigation

Developer Open Space 2019 - RxJs Workshop

Prerequisites

Course Instructions

You will find all resources and task for this course in the Wiki.

Setup

Fork this repository in GitHub or clone it with your Git client.

git clone https://github.com/ng-practice/reactive-thinking-in-rxjs.git
cd reactive-thinking-in-rxjs
npm install

Start

Playground

# Open in own terminal session
npm run start:playground

Client & API

Starting the project will start an Angular application and a NestJS Backend.

# Open in own terminal session
npm start

# Angular Application: http://localhost:4200
# NestJS Backend: http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.2%
  • JavaScript 11.1%
  • SCSS 9.2%
  • HTML 6.2%
  • Shell 1.3%