# 추후 도전 과제
# git link : Image Gallery
# 개발 환경 : HTML5, CSS, React, Yarn
- React basic setting & plugin
npm i -g yarnyarn create react-app folderName --template typescriptyarn startcd, cd ~echo $HOMEmkdir ~/.npm-globalnpm config set prefix '~/.npm-global'Mac에서 숨겨진 파일 보기 : cmd + shift + .
touch ~/.profileexport PATH=~/.npm-global/bin:$PATHsource ~/.profilenpm i -g yarn참고 사이트