Skip to content

Sh3b0/PongMe

Repository files navigation

PongMe

Online multiplayer pong game using socket.io.

demo

Running the application locally

  • Development (v16.14.0 was used)

    nvm install
    nvm use
    npm install
    
    # To run webpack dev server
    npm run dev:frontend
    
    # To run nodemon with tsc
    npm run dev:backend
  • Production

    docker build -t pongme .
    docker run -p8080:8080 pongme

Contribution

Feel free to contribute by opening a pull request, suggest a feature or report a bug by creating an issue.

License

The source code for the site is licensed under the MIT license, which you can find in the LICENSE file.