/heroku-demo

DEMO: CI/CD simple react app to Heroku

Primary LanguageJavaScript

CI/CD pipelines using React, GitHub Actions, and Heroku

Based on this article

Deploy changes to Heroku

Make changes into the src/ directory and push it to GitHub develop or main branch.

Getting Started on your local machine

  1. Clone this repo.
  2. CD into github-actions-heroku.
  3. run yarn/npm install.
  4. run yarn start/npm run start.