-
Directory(
cd Desktop/wecode
) ์ด๋ ํ ํด๋น repo๋ฅผ clone ๋ฐ์์ฃผ์ธ์. -
VS Code์์ ํด๋น ํด๋๋ฅผ ์ด๊ณ VS Code ์์ ํฐ๋ฏธ๋์ ์ด์ด์ฃผ์ธ์.(
cmd + j
/ctrl + j
) -
master ๋ธ๋์น๋ฅผ ๊ธฐ์ค์ผ๋ก
feature/๊ธฐ์-๋ณธ์ธ์ด๋ฆ
๋ธ๋์น๋ฅผ ๋ง๋ค๊ณ ์์ฑํ ๋ธ๋์น๋ก ์ด๋ํด์ฃผ์ธ์.1. git branch feature/00-gaebalkim
2. git checkout feature/00-gaebalkim
-
์๋กญ๊ฒ ์์ฑํ ๋ธ๋์น๋ก ์ด๋ํ
students > ๋ณธ์ธ ๊ธฐ์
ํด๋์ CRA๋ก ์์ฑํ ํด๋๋ฅผ ์ฎ๊ฒจ์ฃผ์ธ์. (ex.students
>00th
>gaebalkim
) -
ํ์ฌ ์์นํ Directory์์
gaebalkim
ํด๋๋ก ์ด๋ํด์ฃผ์ธ์. (ex.cd students/00th/gaebalkim
) -
npm start
๋ช ๋ น์ด๋ฅผ ํตํด React ์๋ฒ๋ฅผ ์คํ์ํจ ๋ค, ํ๋ฉด์ด ์ฌ๋ฐ๋ฅด๊ฒ ์ถ๋ ฅ๋๋์ง ํ์ธํฉ๋๋ค. -
ํ๋ฉด์ด ์ ์ถ๋ ฅ๋๋ค๋ฉด ์ด์ด์ ์์ ์ ์งํํด์ฃผ์ธ์.
-
์์ ์ค๊ฐ ์ค๊ฐ commit ์ ๋จ๊ธฐ๊ณ , ์๋ฃ ์ origin feature/๋ณธ์ธ์ด๋ฆ์ผ๋ก push ํ PR ๊น์ง ์๋ฃํด์ฃผ์ธ์.
- ์ฐธ๊ณ ) Commit Message Guidelines
- PR template ์์์ ๋ง๊ฒ ์ ์์ฑํด์ฃผ์ธ์.
- ๊ณผ์ ๋ฅผ ์งํํจ์ ๋ฐ๋ผ ๋ณ๋์ฌํญ์ด ์๊ธฐ๋ฉด ๊ทธ ๋๋ง๋ค add > commit > push ํด์ฃผ์๋ฉด ๋ฉ๋๋ค.
์์ ํ ๋ด์ฉ์ ๋ํ ๋ํ ์ผํ ๊ฐ์ด๋๋ guide ํด๋์ ์๋ md ํ์ผ ๋ด์ฉ์ ํ์ธํด์ฃผ์ธ์.