Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 282 Bytes

readme.md

File metadata and controls

11 lines (10 loc) · 282 Bytes

Fullstack chat app

Angular for Front and Nodejs for Back

Install + Dev servers start

  1. Clone repository git clone https://github.com/aIv4ro/angular-chat.git
  2. Install dependencies pnpm install
  3. Start dev servers pnpm run dev:server pnpm run dev:front