Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 297 Bytes

AngularChat

This Repo contain a Chat App with Angular 6 and node.js using socket Steps to Run:

  1. Clone the Repository
  2. install the all npm module of server using npm install
  3. Run server using node chatApp.js
  4. install all the npm module of client npm install
  5. Run Client: ng serve