오늘만살자

프로젝트 생성 & 실행 본문

ReactJS

프로젝트 생성 & 실행

오늘만살자 2020. 8. 19. 16:54

yarn create react-app hello-react

 

cd hello-react

yarn start

 

 

npm init react-app hello-react

cd hello-react

npm start

'ReactJS' 카테고리의 다른 글

props  (0) 2020.08.19
컴포넌트 만들기  (0) 2020.08.19
Comments