woohoo! visit https://sushi.nataliewee.com/ to play!
the client/ directory is a git submodule located here: https://github.com/natalieweesh/sushigo-client
from the client/ directory run npm start
it should open up localhost:3000 for you
from the server/ directory run npm start
the server will run on localhost:5000
make sure in client/src/components/Game/Game.js you comment ouy line 32 and uncomment line 31 which sends ENDPOINT to localhost:5000
make sure you changed the ENDPOINT in client/src/components/Game/Game.js back from localhost to the heroku url
first run npm run build
then copy the _redirects file and paste it into the build/ directory (this is needed for Netlify redirects)
then run netlify deploy and when it asks which folder say ./build
then run netlify deploy --prod also for the ./build folder
commit the code and run git push heroku master
