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