less than 1 minute read

Centos 7 리액트 환경 구성

curl -sL https://rpm.nodesource.com/setup_10.x sudo bash -
curl -sL https://rpm.nodesource.com/setup_10.x bash -

sudo yum install nodejs

sudo npm install yarn -g

yarn global add create-react-app

npm install -g create-react-app

npm install –ignore-scripts –force

yarn start

빌드

nom run build

Categories:

Updated: