Created
February 21, 2017 13:02
-
-
Save simotaleb/0b8844f4e74a9179e73bed471369f010 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
create-react-app $APP_NAME | |
cd $APP_NAME | |
git init | |
heroku create $APP_NAME --buildpack https://github.com/mars/create-react-app-buildpack.git | |
git add . | |
git commit -m "Start with create-react-app" | |
git push heroku master | |
heroku open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment