Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 718 Bytes

README.md

File metadata and controls

37 lines (18 loc) · 718 Bytes

TV Quiz Party

Use clips from popular TV quiz shows to create a party game.

Host a Quiz Party from your phone, and invite other players with the Join Code. Add a big screen as a Presenter for the quiz.

Getting Started

Install and run Docker

Install Remote - Containers plugin for VS Code.

docker-compose up -d

Backend server is running at http://localhost:8080

Open the client directory in VS Code with code client

Reopen client directory in container from within VS Code (bottom left)

Use VS Code terminal to run the following

cd client

yarn install

yarn start

App is running at http://localhost:3000

Development

Client Development

Server Development