Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 768 Bytes

Github Actions로 CI/CD 환경 구축하기

Github Actions로 CI/CD 환경 구축하기 아티클에서 사용된 실습 코드 레퍼지토리 입니다.

  1. 아래 명령어를 입력하여 해당 레퍼지토리를 클론 할 수 있습니다.
git clone https://github.com/davindev/github-actions-example.git
  1. 아래 명령어를 입력하면 어플리케이션을 실행할 수 있습니다.
npm install
npm start
  1. 브라우저에서 http://localhost:3000 으로 진입하면 어플리케이션을 사용할 수 있습니다.