Skip to content

rukky022/planning-poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published