Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.08 KB

Phone-Call-Client is a application based on ReactJS, Redux, Socket.io and Node.js, that help to show phone calls reports on live time.

Requirements

Make sure all dependencies have been installed before moving on:

Installation

#clone this repository in the folder you want
> git clone https://github.com/valenciafg/phone-call-client.git
#install dependencies
> npm install

Run

Before run this application need to be sure that phone-register-service is running, if you are sure of that, type this command where you cloned this repository:

> npm run start

Build

After any change on the source code you will want export that on distribution folder, to do this you must run the following command:

> npm run build

TODO