node js 설치

터미널

npx create-react-app [프로젝트 이름] // create-react-app 이라는 라이브러리 사용해서 생성

// or

sudo npx create-react-app [프로젝트 이름]