개발 환경 설정 - ParkDongJo/dSurvey GitHub Wiki

Dapp 개발환경 셋팅

주요 셋팅

Embark 셋팅하기

  • truffle vs Embark

선택 셋팅

Mac 터미널 셋팅

터미널 oh-my-zsh을 더 강력하게 셋팅하기

명령어 하이라이팅 플러그인 zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

자동완성 플러그인 zsh-autosuggestions

git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

NVM 플러그인

git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm

터미널 셋팅 참고링크