Skip to content

turan-a/project-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple code of a clock with a React frontend and a backend in Node.
The backend generates the current time every second and transmits it to the frontend via a websocket.

Dependecies : 
npm install --save react-router-dom // for React
npm install socket.io // for Socket.io : 


To compile : 
cd backend and npm start //to start the server
cd frontend and npm start //to start Client UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published