Skip to content

SPS-Team81/Pictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Pictionary

Installation

Make sure that you have node (version >= 10) and npm installed

Backend

- `cd server/`
- `npm install`
- `npm start `

This should start the backend server on localhost:3000/.

Frontend

- `cd client/`
- `npm install`
- `npm start`

This should start the frontend server on localhost:8000/.

How to play

Start both the backend and frontend apps as mentioned before.

To play Pictionary, you need multiple players (clients). In development mode, you can open multiple tabs directed to localhost:8000/ to simualte multiple clients.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published