Node v8.0.0
If you have NVM installed, run:
nvm install 8.0.0
Otherwise download it from https://nodejs.org/en/.
Yarn v0.24.6 or greater.
You can install Yarn by two methods, brew
or npm
:
brew update && brew install yarn
or
npm install yarn
.
Go here for Yarn installation instuctions. https://yarnpkg.com/en/docs/install
Then run yarn install
.
yarn start
yarn build
yarn test
will run the test suite once
yarn test:watch
will run the test suite and watch for changes and re-run the tests for uncommitted changed files only