React 프로젝트를 git clone하면 node-modules 폴더와 파일들이 없다.
그래서 따로 설치해주어야하는데 이때 터미널에서 npm install 명령어를 입력하면 node-modules가 설치된다.
1. git clone {github repo url}
2. npm install
3. npm start
node-modules 폴더 생성 : npm install
react 서버 실행 : npm start
React 프로젝트를 git clone하면 node-modules 폴더와 파일들이 없다.
그래서 따로 설치해주어야하는데 이때 터미널에서 npm install 명령어를 입력하면 node-modules가 설치된다.
1. git clone {github repo url}
2. npm install
3. npm start
node-modules 폴더 생성 : npm install
react 서버 실행 : npm start