Skip to content

vchiapaikeo/superbowl-boxes-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superbowl Boxes / Squares

Change names in api/server.js and team names in client/src/App.js. Then, build, push and deploy!

Local Dev

Install deps for both api and client.

cd api && npm ci
cd ..
cd client && npm ci

Run script -

./start-dev.sh

NOTE: You need to have yarn pre-installed.

Build and Deploy

docker build -t my-registry:0.0.2 -f Dockerfile .
docker push my-registry:0.0.2

Deploy using your favorite Cloud provider (e.g., GCP Cloud Run on their free tier!)

About

Superbowl Boxes (Again) but in JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published