create-react-app-inner-buildpack

by mars

README.md

Inner layer of Heroku Buildpack for create-react-app

See: create-react-app-buildpack's architecture for how this helps deploy React apps.

Build Status

Development

Use Ruby 1.9.3 as built-in to Cedar-14.

Run tests: bundle exec rake

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/mars/create-react-app-inner-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/mars/create-react-app-inner-buildpack.git -a YOUR_APP_NAME