React deploymentpixelwyrm (25)in #dsource • 7 years ago How do you upload a React app to Heroku? #heroku #react
yes u can
Hey, this article could be helpful:
https://blog.heroku.com/deploying-react-with-zero-configuration
You're going to want to include a
static.json
file when deploying to Heroku:{ "root": "build/", "clean_urls": false, "routes": { "/**": "index.html" } }
Other than that Heroku should just auto-detect that it is a static app.
Here's an example repo of one that is deployed to Heroku: https://github.com/marianserna/wanderers-frontend
Congratulations @pixelwyrm! You received a personal award!
Click here to view your Board of Honor
Congratulations @pixelwyrm! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!