Skip to content

Instantly share code, notes, and snippets.

@vihardesu
Last active July 6, 2020 23:13
Show Gist options
  • Save vihardesu/cfa76eadc107f7357f685aade91f6771 to your computer and use it in GitHub Desktop.
Save vihardesu/cfa76eadc107f7357f685aade91f6771 to your computer and use it in GitHub Desktop.
React App -> Heroku
npx create-react-app [NAME]
cd [NAME]
git init
heroku create [APP-NAME] -b https://github.com/mars/create-react-app-buildpack.git
git add .
git commit -m "react-create-app on Heroku"
git push heroku master
heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment