- Chrome or Firefox
- Node LTS or higher
- Visual Studio Code, WebStorm or your preferred TypeScript IDE.
You will find all resources and task for this course in the Wiki.
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
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 |