[REACT] 1_리액트 프로젝트 생성
2021. 12. 25. 00:52ㆍReact/React 쇼핑 앱
반응형
쇼핑 앱 최종결과
프로젝트에 사용할 기본 폴더 생성
C:/dev/react-web
cd react-web/
PWA 프로젝트 (react-shop) 앱 생성
npx create-react-app react-shop --template cra-template-pwa
VSCode로 생성된 react-shop 폴더 열기
src/index.js 수정
기존
serviceWorkerRegistration.unregister();
수정
serviceWorkerRegistration.register();
실행
yarn start
반응형
'React > React 쇼핑 앱' 카테고리의 다른 글
[REACT] 6_앱 Card 컨텐츠 구성 2 (0) | 2021.12.27 |
---|---|
[REACT] 5_앱 Card 컨텐츠 구성 (0) | 2021.12.27 |
[REACT] 4_앱 Jumbotron 구성 (0) | 2021.12.25 |
[REACT] 3_앱 Navbar 구성 (0) | 2021.12.25 |
[REACT] 2_리액트 부트스트랩 설치 및 구성 (0) | 2021.12.25 |