Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(deployment): add deployment instructions for Heroku #3889

Closed
wants to merge 2 commits into from

Commits on Apr 25, 2019

  1. docs(deployment): add deployment instructions for Heroku

    This uses Express.js to serve the dist directory to Heroku's load
    balancer.
    pinodex committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    efebb08 View commit details
    Browse the repository at this point in the history
  2. docs(deployment): remove unnecessary step in Heroku instructions

    The engines section is package.json is not required. Heroku will resolve
    the latest versions automatically.
    pinodex committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    f8aa237 View commit details
    Browse the repository at this point in the history