This is a guide of how I setup my mac to run react-slingshot
the for the first time.
- Installed (
homebrew
)[https://brew.sh/]/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Installed (
nvm
)[https://github.com/creationix/nvm]curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
- Used
nvm
to installnode 6.11
- run
npm install