Node.js는 웹브라우저가 아닌 환경에서도 자바스크립트를 연산할 수 있다.
리액트 프로젝트를 만들기 위해서 Node.js와 npm 설치가 필요하다.
리액트 앱은 웹 브라우저에서 실행되기 때문에 Node.js와 직접적인 연관은 없지만 프로젝트 개발하는 데 주요 도구들이 Node.js를 사용하기 때문에 필요하다.
설명보다는 문서를 보는것이 빠르니 링크로 확인!
https://reactjs-kr.firebaseapp.com/docs/installation.html
index.html
파일도 이 폴더 안에 있다.index.js
파일이 애플리케이션의 진입점이다.my-app/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
src/
index.js
App.js
App.css
components/
Component1.js
Component2.js
assets/
images/
fonts/