Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

⚛️ 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

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Seemars/create-react-app-buildpack for full instructions.

Initial setup

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

Deploying new changes

Same as the last step of the intial setup:

git push heroku yourbranch:master

Pulling upstream changes

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell100.0%

[8]ページ先頭

©2009-2025 Movatter.jp