React.js basic manual

React 프로젝트 생성하는 몇 가지 방법

lshjju 2025. 8. 5. 01:15

React 프로젝트 생성 몇 가지 방법

 

 


CRA로 생성하기

 

https://lshjju.tistory.com/107

react new project building - 크리에이트리액트앱으로 리액트 프로젝트 생성하기



Vite 로 생성하기

 

npm create vite@latest

terminal



Stackblitz로 생성하기

https://lshjju.tistory.com/104

 

StackBlitz web editor - 스택블리츠 웹 에디터

스택블리츠로 새 프로젝트 생성하기 https://stackblitz.com/ 로그인 방법 선택 대쉬보드에서 new project + 버튼 - 탭 모달 - frontend 탭 - 탭react javascript - 탭 바이트 리액트가 생성됩니다.프로젝트 생성 완

lshjju.tistory.com



codesandbox로 생성하기

https://lshjju.tistory.com/143

 

code sandbox manual - 코드샌드박스로 리액트 프로젝트 생성하기

code sandbox manual end.

lshjju.tistory.com


'React.js basic manual' 카테고리의 다른 글

React.js useEffect  (0) 2025.08.05
React.js LifeCycle  (0) 2025.08.05
React에서 map 함수 사용하기  (0) 2025.08.04
Next.js new project building  (2) 2025.08.01
reducer와 reducers의 차이  (0) 2025.07.25