Skip to content

Instantly share code, notes, and snippets.

@simotaleb
Created February 21, 2017 13:02
Show Gist options
  • Save simotaleb/0b8844f4e74a9179e73bed471369f010 to your computer and use it in GitHub Desktop.
Save simotaleb/0b8844f4e74a9179e73bed471369f010 to your computer and use it in GitHub Desktop.
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