The purpose of this project is to utilize websocket protocol and provide real-time communication between client and server to implement a simple clock.
- React
- Node
- TypeScript
- Nodemon / ts-node
- ws - npm
- winston - npm
- applicationinsights - npm
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