-
React/프로젝트 생성Language/React 2022. 8. 2. 14:40
1. React 프로젝트 생성 및 실행
# npx cash 날리기 $ npx clear-npx-cache # create-react-app 설치 $ npm config set prefix /usr/local $ sudo npm install -g create-react-app # front-end 프로젝트 생성 $ npx create-react-app front-end-js $ cd front-end-js # 시작 $ yarn start $ ONLY_DEV=true BROWSER=none yarn start
2. 확인
'Language > React' 카테고리의 다른 글
React/redux & react-redux & redux-saga & etc (0) 2022.08.04 React/router & Layout (0) 2022.08.04 React/material-ui (0) 2022.08.02 React/TypeScript - 절대경로 지정 (0) 2022.08.02 React/JSX - 절대경로 지정 (0) 2022.08.02