Skip to main content
Version: v2.0 or Older

Dependencies

Install yarn​

Yarn is a package manager that doubles down as project manager. Yarn caches every package it downloads so it never needs to download it again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

Install yarn Globally
npm i -g yarn

Install Dependencies​

To build your app, we need to install some required packages.

To Install Deps
yarn install