Pong 3.0 is colorful and fast-paced approach to the classic pong game. Play online with your friends and overwhelm them with your superior skills and balls!
- Clone the repo:
git clone ...
- Install the dependencies:
npm install
-
npm run dev
will start a process to watch for changes and rebuild the client automatically. It will also start the server on port 3000. You can now access the game at http://localhost:3000 -
At the moment, the server does not restart automatically when you change files, you'll have top restart it manually.
You can change the port on which the server will listen by setting the PORT environment variable
e.g.:
PORT=42069 npm start