Skip to content

dai65527/pong-prototypes

Repository files navigation

to try pong game

execute

$ cd ponggame
$ npm install
$ npm run start

then access to http://localhost:3000

to start up chatsample

execute

$ cd chatsample
$ docker-compose up

then access to http://localhost:3000 refer to chatsample/README.md for detail