Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.32 KB

File metadata and controls

32 lines (23 loc) · 1.32 KB

Angular RxJS

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/angular-rxjs.git
cd reactive-thinking-in-rxjs
npm install --legacy-peer-deps

Commands

Command Description
npm run start Starts Angular Client & Nest Backend
npm run start.api Starts Nest Backend
npm run start.client Starts Angular Client
npm run start.rxjs Starts TypeScript Playground for RxJS
npm run e2e Starts Cypress App (* starts Angular Client automatically)
npm run e2e.headless Starts Cypress Headless