bpetetot / pongmmo

A MMO based on pong game's concepts
2 stars 0 forks source link

PongMMO

A MMO based on pong game's concepts

Getting started

Locally

  1. git clone the repo
  2. Start the application (db, server and client) : yarn start

Or start each layer manually :

  1. Start database : yarn start:db
  2. Start the server : yarn start:server
  3. Start the client : yarn start:client
  4. Go to http://localhost:3000

Hot reloading is available for both client & server.

Docker

Run this command line : yarn docker