DEV Community

Cover image for Getting started with yarn
Ifeanyi Chima
Ifeanyi Chima

Posted on • Edited on

Getting started with yarn

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

Buy Me A Coffee

Thank you, Please follow me

HTML GitHub

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay