Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 721 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 721 Bytes

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.