/ghw-playground

Github Workflows & Actions CI/CD playground

Primary LanguageJavaScript

Github Workflows & Actions Playground

A basic Github CI/CD workflow for supporting Front-End Web Applications & Projects.

Workflow Overview

  1. Create a new feature branch from dev
  2. Make changes, Run Unit tests, Iterate
  3. Submit a PR
  4. CI Workflow runs, if checks and tests pass, merge into dev and deploy to STAGING environment
  5. A new Pull Request from dev into main is created
  6. CI Workflow runs, if checks and tests pass, merge into main and deploy to PRODUCTION environment

Quick Start

For running the React.js application locally:

# Install dependencies
npm install

# Start the app
npm run start

# in browser, visit http://localhost:3000
# to STOP, Ctrl+C in Terminal

Technologies & Frameworks


Endpoints