Jest uses Watchman by default, to install: brew install watchman
Consistent coding styles between different editors and IDEs. I use VSCode, but other devs might prefer Sublime or Atom.
Make sure everybody is on the same Node version by using Node Version Manager.
nvm use
Make sure to install yarn
yarn start
yarn build
yarn test
yarn deploy