Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 249 Bytes

개발 환경 설정

06-28-17 06-29-17

brew install mongodb
brew services start mongodb
brew install nvm
vi ~/.bashrc or ~/.zshrc

export NVM_DIR="$HOME/.nvm"
. "/usr/local/opt/nvm/nvm.sh"

nvm install v7.7.4
npm install
npm run dev