React.js (1) Create React

Bada Jung·2022년 1월 10일
0

React

목록 보기
1/11
post-thumbnail

React 설치하기

npm 방법

node.js 설치

npx create-react-app my-app
cd my-app
npm start

React file Tree
┠─ public
│ ├ favicon.ico
│ ├ logo.png
│ └ index.html
┠─ src
│ ├ App.js
│ └ index.js
├ .gitignore
├ node_modules
├ package-lock.json
├ package.json
└ README.md

React 설치 가이드 참조
https://ko.reactjs.org//

profile
🌊🌊Under the SEA🌊🌊

0개의 댓글