Skip to content

bpetetot/pongmmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A MMO based on pong game's concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages