Created
September 26, 2017 08:40
-
-
Save darraghoriordan/c3d355237246df395bd4c5ffedf002d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g create-react-app | |
create-react-app my-app | |
cd my-app | |
git init | |
heroku create -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