How to Run React Project in Command Prompt or Visual Studio

In this blog we will learn how to run react project, we can run our react project by cmd prompt, shell, or by visual studio.

By Command Prompt:

Step1: Open command prompt

Step2: Go to your directory where your react project

Step3: write the following command:

npm start
or
npx start
or
yarn start

By Visual Studio

Step1:  Open project in visual studio

Step2: Open terminal in visual studio

Step3: write the following command in the terminal:

npm start
or
npx start
or
yarn start

Note:  yarn start is used if you have installed yarn.

 

Categories: web designing react front end developer

Trending Courses

CodeIgniter

Regular : 45 Days

Fastrack : 20 Days

Crash : 10 Days

Advance Digital Marketing

Regular : 6 Months

Fastrack : 3 Months

Crash : 2 Months

React JS

Regular : 45 Days

Fastrack : 25 Days

Crash : 15 Days

Laravel

Regular : 45 Days

Fastrack : 20 Days

Crash : 10 Days

Front End Developer

Regular : 6 Months

Fastrack : 4 Months

Crash : 2 Months

Related Blogs

Request For Demo