react1 React.js 시작하기 1. 리액트 관련 크롬 플러그인 설치 (React Developer Tools) -> 개발자도구 F12 를 통해 활용할 수 있음 2. 샘플 프로젝트 설치 (1-1) npm 설치 (1-2) 프로젝트 생성 커맨드(create-react-app) 설치 $sudo npm install -g create-react-app (2) github.com/facebook/create-react-app 참고해서 샘플 프로젝트(create-react-app) 설치 $npx create-react-app my-app $cd my-app npm start 3. 풍부한 Doc를 참고해라 (React 공식 홈페이지의 Doc 메뉴) https://reactjs.orgreactjs.org/docs/getting-started.html 2020. 11. 18. 이전 1 다음