Skip to content

This Repo contain a Chat App with Angular 6 and node.js using socket

Notifications You must be signed in to change notification settings

VinayKrMittal/AngularChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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