This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
cd my-website/frontend npm run build cd .. cd .. cp -R my-website/frontend/build/* .
push GitHub changes
Note: if github pages tries to run the backend instead of the frontend, run touch .nojekyll in the main directory
cd backend git add . git commit -m "Add /run-python-code route" git push heroku master