Skip to content

Commit 5cb890b

Browse files
Update README.md
1 parent d59a7b3 commit 5cb890b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# How to Install - Step by Step Guide
2+
1. Clone using the following repo link
3+
git clone https://github.com/fullstacktutorials/install-reactjs.git myFirstReactProject
4+
5+
2. Go to the project folder and run npm
6+
cd myFirstReactProject
7+
npm install
8+
9+
3. Now run your app
10+
npm start
11+
12+
Hope this will help.
13+
Note - myFirstReactProject - you can change this with your project name.
14+
15+
116
# Reactjs Installation:
217

318
Reactjs can be installed by using any of the following ways:

0 commit comments

Comments
 (0)