이전 글 - 리액트 프로젝트 생성과 실행 [React] React 프로젝트 생성과 실행 리액트 프로젝트 생성을 위한 프로그램 설치 1. Node.js 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. Npm / Yarn Yarn Fast, reliable, and s.. joonpyo-hong.tistory.com 리액트에 부트스트랩 설치 방법은 아래의 3개의 방법 중에서 1개를 선택해서 사용하면 된다. 1. CDN 설치 // v5.1.0 사용(작성일 기준 최신 버전) index.html의 태그 안에 cdn을 추가해준다. cdn이 변경될 수 있으니 bootstrapcdn에서..
리액트 프로젝트 생성을 위한 프로그램 설치 1. Node.js 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 2. Npm / Yarn Yarn Fast, reliable, and secure dependency management. classic.yarnpkg.com npm install -g create-react-app npm install npm 설치 create-react-app React 프로젝트를 생성하는 명령어 설치 -g 시스템 공통 폴더에 설치해줘서 프로젝트 생성할 때 위 명령을 다시 입력할 필요가 없어진다. 3. Visual Studio Code Visual ..