Wojciech Brożonowicz
Wojciech Brożonowicz
~1 min read

Categories

Tags

React deploy on Heroku

Deploy React application on Heroku is extremely easy:

  1. create new app on Heroku dashboard webpage
  2. choose option Automatic deploys from github repo and provide your repo name
  3. go to Your app settings and click on Buildpacks section “Add buildpack”
  4. add react buildpack: “https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz” and save changes
  5. add react buildpack: “https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz” and save changes

Add React buildpack

That’s all - with next git commit Your React app will be build automatically by Heroku!