It won't hurt to try

[React] create react-app 본문

JS/react

[React] create react-app

yongki.doki 2021. 12. 18. 20:14

https://create-react-app.dev/docs/getting-started

 

Getting Started | Create React App

Create React App is an officially supported way to create single-page React

create-react-app.dev

 

yarn create react-app test

위 커멘드 실행중 버젼 관련해서 에러가 발생할 경우, 이방법으로 해결해준다.

https://stackoverflow.com/questions/5056115/how-to-install-latest-version-of-node-using-brew

 

How to install latest version of Node using Brew

The latest version of NodeJs right now is 0.4.1 The command brew install node right now, installs 0.2.6 - which is not ideal. I would like 0.4.1 I've looked at this list of commands for brew and ...

stackoverflow.com

 

react-app 생성완료

happy hacking!

뚜둥

yarn start

300x250
300x250

'JS > react' 카테고리의 다른 글

PureComponent  (0) 2022.02.05
[React]JSX  (0) 2021.12.29
[React]component  (0) 2021.12.21
[React]eject  (0) 2021.12.19
[React] 컴포넌트  (0) 2021.12.17
Comments