App to be used during Startup Ping Pong events
- In project root
yarn install
- Set a port for the backend
set PORT=3001
- Run the server
nodemon bin/www
- In the client folder
yarn install
- Run the client
yarn start
The Scoreboard
App display and manages information of tournaments and currently signed up teams.
This project was bootstrapped with Create React App.