Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 287 Bytes

react-nodejs-pong

The project is a pong game that can be playered by 2 users.

starting the server

navigate to the '/server' folder run 'npm start'

starting the client

navigate to the '/app' folder run 'npm start' game should be available under the path 'http://localhost:3000'