Search

React 프로젝트 생성

기본 프로젝트 생성 방법

1.
brew로 node를 설치
2.
작업 폴더 생성해서 이동 후 아래 명령어 입력
$ npx create-react-app my-project $ cd my-project $ npm start
Bash
복사
ⓒ VeriCras 2024
vericras@gmail.com