/peek

Peer Contact - WebRTC Video Chat. TypeScript, NX, Angular, NestJS...

Primary LanguageTypeScript

Voice & Video Chat Application with Angular and NestJS

In addition to understand how WebRTC works, I want to offer an alternative approach to the society of something that works in a decentralized way and does not sell your information.

-- Guilherme Visi Siquinelli

CI PR

Local setup

Install

npm install

Run server and client

npm run up

# Alternative
./scripts/serve.local.sh

Run server only

npm run server

Run client only

npm run client

Run tests

npm run test

Test driven development

npm run tdd

GitHub Action PR Tasks simulation

./scripts/deploy.local.sh

Build

npm run affected:build -- --prod

Format files with prettier

npm run format

Peek Contact

This project was generated using Nx.