Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 578 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 578 Bytes

Webrtc

nvm use 16
npx create-nx-workspace@latest  webrtc --preset=empty --no-nx-cloud
npx nx generate @nrwl/workspace:library --name=ports --strict
npm i -g nx
nx list @nrwl/angular
npm i -D @nrwl/angular
npx nx g @nrwl/angular:init
nx list @nrwl/nest
npm i -D @nrwl/nest
npx nx g @nrwl/nest:init
nx g enum enums/signaling-event --project=ports
nx g i interfaces/signal-message --project=ports

Visit Nx Cloud to learn more.