[Linux] Nodejs, Create-react-app 설치

류슬기·2021년 1월 28일
0

Linux에서 Nodejs, Create-react-app 설치방법

Nodejs

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs

node --versionnpm --version을 통해 이상없이 설치가 된 것을 확인 할 수 있다.

Create-react-app

리액트는 윈도우에서와 똑같은 명령어로 실행할 수 있다.
npx create-react-app 파일명
npm start

profile
FE Developer🌱

0개의 댓글