반응형
Q1>
# mkdir my-app

Q2>
# cd my-app
# touch README.md package.json

Q3>
# mkdir public

Q4>
# touch ./public/index.html

Q5>
# mkdir src
# cd src

Q6>
# touch App.css App.js index.css index.js

Q7>
# mkdir -p components/Navbar

반응형
'CentOS > Study' 카테고리의 다른 글
| Section08>삭제, 복사, 이동 퀴즈 답안 (0) | 2022.08.21 |
|---|---|
| Section07>Nano 텍스트 편집기 퀴즈 답안 (0) | 2022.08.20 |
| Section05>파일 시스템 탐색 퀴즈 답안 (0) | 2022.08.15 |
| [Linux]VI 편집기 - 환경파일 설정 (0) | 2022.08.06 |
| [Linux]VI 편집기 - 특징/소개 (0) | 2022.08.06 |