Creating react app using yarn

Mounika Bathina
1 min readAug 9, 2020

--

Step 1: Install yarn

https://classic.yarnpkg.com/en/docs/install/#debian-stable

Step 2: Create a command line tool create-react-app

yarn global add create-react-app@1.5.2

Step 3: Make your app

create-react-app <AppName>

Step 4: Start your app

cd <AppName>
yarn start

Check your app at http://localhost:3000/

Step 5: (Optional) install these based on your need

yarn add bootstrap@4.0.0
yarn add reactstrap@5.0.0
yarn add react-popper@0.9.2

use the following for npm

npm install <package>@<version> --save

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Mounika Bathina
Mounika Bathina

Written by Mounika Bathina

Computer Science And Systems Engineer

No responses yet

Write a response