리액트 프로젝트 시작하기

  1. nodejs 설치
  2. create-react-app 설치 (최초1번)
$ npm install -g create-react-app

  1. react프로젝트 생성
$ npx create-react-app 프로젝트이름

  1. react 프로젝트 실행
$ cd 프로젝트폴더
$ npm start

추가 라이브러리 설치

  1. styled-components: 동적 css 처리를 도와주는 라이브러리
  1. bootstrap, reactstrap : CSS 라이브러리
  1. sass : CSS 확장문법 라이브러리