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.
Make sure all dependencies have been installed before moving on:
#clone this repository in the folder you want
> git clone https://github.com/valenciafg/phone-call-client.git
#install dependencies
> npm install
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
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
- Integrate this application with phone-register-service