0% found this document useful (0 votes)
37 views

Installation Steps For React JS Flow

The document outlines the steps to install React JS Flow which includes installing Node.js, Yarn, and optionally Visual Studio Code. Key steps include using the command line to run 'yarn install' and 'yarn dev' commands after extracting the project folder. This will start a local development server accessible by pasting the localhost address into a browser.

Uploaded by

RAJENDRA R
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Installation Steps For React JS Flow

The document outlines the steps to install React JS Flow which includes installing Node.js, Yarn, and optionally Visual Studio Code. Key steps include using the command line to run 'yarn install' and 'yarn dev' commands after extracting the project folder. This will start a local development server accessible by pasting the localhost address into a browser.

Uploaded by

RAJENDRA R
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Installation steps for React JS Flow:

1.install node.js:(select 18.12.1LTS)

Node.js (nodejs.org)

2.install yarn:

Installation | Yarn (yarnpkg.com)

Select Alternatives and go for “download installer”

Check the installation by giving this command in command prompt,


yarn --version
3. install vscode:
https://code.visualstudio.com/download

1.Open vscode open project folderopen

2.goto terminal give command ’yarn dev’

we will get local host address(http://localhost:3000) based on our project, then we should copy and
paste it in the browser, we can able to see our output (Flowchart).

Note: Without VS code installation also, we can able to see the output by using following steps. (Node.js
and yarn we should install)

step1: Extract project folder

step2: We have to open command prompt

step3: Give exact location of project folder (Ex: F:\Kalyani\React JS flow\Flowchart-main>)

Then give below commands,

command1: yarn install

command2: yarn dev


we will get local host address(http://localhost:3000) based on our project, then we should copy and
paste it in the browser, we can able to see our output (Flowchart).

You might also like