-
Notifications
You must be signed in to change notification settings - Fork 0
Choice of Deployement server
Adit Jain edited this page May 10, 2020
·
4 revisions
Heroku Problems with deploying on Heroku:
- Port not being found (H10 error)
Likely causes:
- Create React App configuring the port
- PORT Environment variable not available Solution found: https://create-react-app.dev/docs/deployment/
Github Pages
Advantages:
- Very Quick and Easy to deploy
- Easy for debugging
Problems:
1. A static website instead of the server needed for multiplayer functionality