본문으로 바로가기

리액트 앱 만들어주는 앱

category 개발/JS 2020. 10. 15. 00:30


사용 방법

npx create-react-app my-app-name

cd my-app-name

npm start


http://localhost:3000/ 로 my-app-name을 실행할 수 있다. npm start가 실행 중인 터미널을 닫으면 앱을 실행할 수 없다. 


create-react-app github

https://github.com/facebook/create-react-app