Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 316 Bytes

My clock

Hi ! This is my clock with a backend in python and a frontend in React !
 
To start the servers, you need two terminals
  - In the first : "pip3 install websockets && cd back-end && python3 server.py"
  - In the second : "cd front-end && npm install && npm start"

Enjoy :)