Yarn is yet another resources navigator.
We use it to manage packages in Javascript.
To install yarn on your computer, ironically we use npm
npm i --global yarn
To install packages
yarn install package_name
To install all the packages in your project
yarn install
To start the project
yarn start
To check if yarn is installed on your system
yarn --version
Thank you, Please follow me
Top comments (0)