728x90
yarn 설치
npm install -g yarn
create-react-app 설치
npm install -g create-react-app
프로젝트 생성(여기서는 client 이름의 프로젝트)
npm install -g create-react-app client
client 경로에서 react 서버 실행
cd client
yarn start
http://localhost:3000에서 화면을 띄울 수 있다.
728x90
'Programming > 기타' 카테고리의 다른 글
[cafe24] 카페24 프로젝트 배포 (5) | 2024.08.01 |
---|---|
[백준허브] 백준, 프로그래머스 문제 깃허브 자동 커밋하기 (0) | 2024.07.26 |
Automation Anywhere Community Edition 설치 (0) | 2024.06.11 |
[Gihub] default branch 변경하기 (0) | 2024.06.07 |
[intelliJ] intelliJ 프로젝트 GitHub에 올리기 (0) | 2024.03.28 |