Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 640 Bytes

POSTMAN PAT

DEMO

http://35.247.183.103/chat/

Installation

Express Server

Run npm i in / .

This will install node dependencies for express and socketio server

React

Run npm i in /public/clientServices/

This will install node dependencies for React page!

Compile the react bundle using the command npm run dev for development bundle and use npm run prod for production bundle.

  • Please update the public/clientServices/constants.js URL variables to the server location.
  • In case of installation error, Please check the node version

Node and NPM versions used.

  • Node - v8.0.0
  • NPM - 6.4.1