Skip to content

StartupPingPong/scoreboard

Repository files navigation

Startup Ping-Pong Gbg

Build Status

Scoreboard App

App to be used during Startup Ping Pong events

Setting up

  1. In project root
yarn install
  1. Set a port for the backend
set PORT=3001
  1. Run the server
nodemon bin/www
  1. In the client folder
yarn install
  1. Run the client
yarn start

Instructions

The Scoreboard App display and manages information of tournaments and currently signed up teams.

Acknowledgement

This project was bootstrapped with Create React App.