A client for a multiplayer pong game with websockets
yarn install
./node_modules/.bin/webpack -p
npm run build
npm run watch
npm run server
- the live reload serves they own file to the browser, so the app/dist is not updated, to update run
npm run build
ornpm run watch
$ docker network create pong-io
$ docker-compose build && docker-compose run pong-io yarn install
$ docker-compose up