Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 742 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 742 Bytes

Planning Poker

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

Steps to Run it:

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