multiplayer (mini) games build with socket io + node js and vue js
to start application we need to install all dependency using command:
npm install
after installing our dependency we can run the server using command:
npm serve
go to localhost:3000 to start the app, you need to open local ip if want to play multiplayer with your friend through LAN.
#development
if want to develop some appearance changes on the front end side, use this command to start only the front end side:
npm run dev
after changes done on front end or back end, start the server again to test.