You need a working installation of:
Optionally:
On a Mac, I recommend using Homebrew to install nvm, then nvm to install Node, and npm to install the rest:
npm install -g jest
npm install -g eslint
To run tests:
jest
To run as an app without tests (and live dangerously):
npm start
Checkout the Workshop Materials