A MMO based on pong game's concepts
git clone
the repo- Start the application (db, server and client) :
yarn start
Or start each layer manually :
- Start database :
yarn start:db
- Start the server :
yarn start:server
- Start the client :
yarn start:client
- Go to http://localhost:3000
Hot reloading is available for both client & server.
Run this command line : yarn docker