CentOS/Study
Section06>파일 및 디렉토리 생성 및 실습 퀴즈 답안
AnKiWoong
2022. 8. 18. 20:13
반응형
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
반응형