IT/나머지
React blog 만들기 (1)
jiwno
2022. 10. 4. 17:54
node.js 설치
create react app 이라는 라이브러리 설치하기 위함
npx create-react-app blog 입력하면 blog라는 폴더 만들어줌
npx create-react-app blog
npm start 라고 입력하면 미리보기 웹페이지 보여줌
npm start
서버를 종료하려면 터미널에 Ctrl+C 단축키 입력하면 됨