create-react-app-buildpack

by mars

README.md

Heroku Buildpack for create-react-app

After a long, useful run, this buildpack is now at its end of life 🌅

The underlying static web server buildpack is deprecated and will not be supported on Heroku-22 or newer stacks.

Please look into using Next.js or Remix to develop React apps which are deployable using the Node.js buildpack.


Original README is still available on the final release tag.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/mars/create-react-app-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git -a YOUR_APP_NAME