forked frommars/create-react-app-buildpack
- Notifications
You must be signed in to change notification settings - Fork0
⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
License
NotificationsYou must be signed in to change notification settings
ren-forks/create-react-app-buildpack
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Seemars/create-react-app-buildpack for full instructions.
In your git reposistory, add your Heroku project's git remote:
git remote add heroku https://git.heroku.com/project-name.git
If the React app is in a subdirectory of your git repository, seesubdir-heroku-buildpack.
Next, set up this Heroku buildpack:
heroku buildpacks:clearheroku buildpacks:set https://github.com/ren-forks/create-react-app-buildpack.git
Finally, push to the Heroku git remote (replacingyourbranch with the branch you are pushing from):
git push heroku yourbranch:master
Same as the last step of the intial setup:
git push heroku yourbranch:master
git remote add upstream https://github.com/mars/create-react-app-buildpack.gitgit pull upstream master
About
⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Shell100.0%