mars / create-react-app-buildpack

⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
MIT License
3.29k stars 651 forks source link

Add instructions for setting buildpack on an existing heroku app #174

Open jeanmw opened 4 years ago

jeanmw commented 4 years ago

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

s2t2 commented 4 years ago

I used:

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