-
Install nvm.
-
Install and use the node version specified in
.nvmrc
:
$ nvm install && nvm use
- Install Yarn:
$ npm install -g yarn
- Install dependencies:
$ yarn
Start the development server:
$ yarn start
Run tests:
$ yarn test
# Generate coverage report
$ yarn test -- --coverage