Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 729 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 729 Bytes

react-websocket-clock

Summary

The purpose of this project is to utilize websocket protocol and provide real-time communication between client and server to implement a simple clock.

Technologies

Running the project

Add a .env file to root of api project and add environment variable for Azure Application Insights.

cd src/api
npm i
npm start

cd src/app
npm i
npm start

Demo