Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 328 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 328 Bytes

Pong game

This is a simple pong game. it works together with a pong server. If you want to see it live, go to this url

pong gif

Running app

Install dependencies:

yarn install

Run in dev mode:

yarn dev

Build:

yarn build