Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

리액트 프로젝트 시작하기

  1. node.js 설치 (LTS 버전으로)

  2. create-react-app 설치 (최초 1번) $ npm install -g create-react-app

  3. react 프로젝트 생성 $ npx create-react-app 프로젝트이름

  4. react 프로젝트 실행 $ cd 프로젝트폴더 $ npm start

git clone 시 주의사항


$ npm install 명령을 터미널에서 실행하여 라이브러리 설치
이유: node_modules 폴더는 github에 포함되어 있지 않기 때문에 다른 환경에서는 라이브러리 다운로드 및 설치가 반드시 필요!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages