Skip to content

Instantly share code, notes, and snippets.

@darraghoriordan
Created September 26, 2017 08:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darraghoriordan/c3d355237246df395bd4c5ffedf002d1 to your computer and use it in GitHub Desktop.
Save darraghoriordan/c3d355237246df395bd4c5ffedf002d1 to your computer and use it in GitHub Desktop.
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