리액트 구성 프로그램 설치
Node.js 설치 https://nodejs.org/ko/download/ - LTS 버젼 설치 - 설치 후 확인 : node -v 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org yarn 설치 (패키지관리 툴) https://yarnpkg.com/en/docs/install#windows-stable - 설치 후 확인 : yarn --version (*) npm 설치해도 되지만, 여기선 더 빠른 yarn 설치 Yarn Fast, reliable, and secure dependency management. yarnpkg.com 에디터 설치 (리액트 앱 에디터 : VSCode..
2020.01.23