create-react-app-buildpack icon indicating copy to clipboard operation
create-react-app-buildpack copied to clipboard

Add instructions for setting buildpack on an existing heroku app

Open jeanmw opened this issue 5 years ago • 1 comments

I discovered this when configuring an existing react app already deployed to heroku, and thought it may be useful for others.

jeanmw avatar Jun 11 '20 20:06 jeanmw

I used:

heroku buildpacks:remove heroku/nodejs
heroku buildpacks:add mars/create-react-app

s2t2 avatar Sep 27 '20 18:09 s2t2