Tutorial Used: https://www.freecodecamp.org/news/how-to-build-a-multiplayer-card-game-with-phaser-3-express-and-socket-io/
Original repo that was cloned: https://github.com/photonstorm/phaser3-project-template.git
Clone the Project:
git clone https://github.com/ruqmuse/planning-poker.git
Navigate to the client
directory in the Terminal and install dependencies:
cd client
npm install
To start the project, open the client
directory in the Terminal and enter:
npm start
This should launch localhost:8080 with the game configured.
In a new Terminal window, open the root planning-poker
directory and install dependencies:
npm install
To start the server, run: npm run start