Resources
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew doctor
Your system is ready to brew
$ brew install node
$ node --version
v6.3.1
$ brew install git
$ git --version
git version 2.9.2
Requirements
- PowerShell 3 must be enabled for user account
set-executionpolicy unrestricted -s cu
Install
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install nodejs-lts
scoop install git
Clone project, execute commands;
$ npm install
$ npm test