-
Install npm
-
Install Yarn:
npm install -g yarn- Install dependencies:
yarnStart the development server:
yarn startRun tests:
yarn test
# Generate coverage report
yarn test -- --coverageChanges should be compiled and committed to the repo.
yarn build