Skip to content

devmeeple/nodejs-in-action

Repository files navigation

Node.js in Action

Node.js의 동작과정, 프레임워크 사용법을 익힌다.

규칙

  • Git Flow
    • main 브랜치에 직접 작업 금지
    • develop 브랜치를 기반으로 feature/기능이름 브랜치를 작성해서 작업 후 PR 보내기
      • develop - feature: Squash and Merge
      • main - develop: Rebase and Merge
  • 실전이라고 생각하고 행동할 것(요령금지) / 반복하기 / 내일로 미루지 않기

예정

참고