Notice
Recent Posts
Recent Comments
Link
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

wa_ter_ve

React 프로젝트 생성 본문

공부/GDG

React 프로젝트 생성

수win 2024. 10. 30. 15:09

✔️ Vite + React + TS

 

yarn create vite

 

Project name: react-app1

Select a framework >> React

Select a variant >> TypeScript + SWC

 

cd react-app1

 

yarn

 

yarn dev

 


💠React

npm install -g create-react-app

create-react-app react1

cd react1

npm start

 

 

 

'공부 > GDG' 카테고리의 다른 글

[FE] 웹&앱 연합 스터디  (0) 2024.11.18
Javascript 2 DOM  (5) 2024.10.07
GDG-WEB 2주차 과제  (0) 2024.10.01
Javascript 1-4 연산자  (0) 2024.09.30
Javascript 1-3 제어문  (0) 2024.09.30