이 프로젝트는 Create React App을 이용해 생성되었다.
최상위 프로젝 트 폴더에서 Terminal을 이용해 실행한다.
개발자 모드로 시행(strickt mode로 인해 warning과 에러 발생)된다.
http://localhost:3000 로 브라우저에서 확인할 수 있다.
변경사항 발생시 다시 렌더링 된다.
테스트 코드로 테스트를 진행할 수 있다.
다 더 다양한 설명은 이곳에서 확인할 수 있다.
배포를 위해 build
폴더에 내장된 웹팩으로 배포용 폴더를 만든다.
이 때 REACT_APP_SECRET_KEY=${SECRET_KEY}
명령어를 앞에 사용해 환경변수를 설정해줄 수 있다.
배포에 관한 설명은 이곳에서 확인할 수 있다.
기본적인 프로젝트 생성 설명서 - Create React App documentation.
리액트 공식 문서 - React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment