Today I Learned

hashrocket A Hashrocket project

Heroku Create With Buildpack

When creating a Heroku application, use the -b flag to specify the buildpack.

Here's a version of this command one could use to create a Heroku application while setting the name and preparing it for deployment of a create-react-app project.

$ heroku create conway-react -b https://github.com/mars/create-react-app-buildpack.git
See More #devops TILs