Skip to content

Commit 1109cf9

Browse files
Update README.md
1 parent 5cb890b commit 1109cf9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# How to Install - Step by Step Guide
22
1. Clone using the following repo link
3-
git clone https://github.com/fullstacktutorials/install-reactjs.git myFirstReactProject
3+
### `git clone https://github.com/fullstacktutorials/install-reactjs.git myFirstReactProject`
44

5-
2. Go to the project folder and run npm
6-
cd myFirstReactProject
7-
npm install
5+
2. Go to the project folder and run npm install
6+
### `cd myFirstReactProject`
7+
### `npm install`
88

99
3. Now run your app
10-
npm start
10+
### `npm start`
1111

12-
Hope this will help.
13-
Note - myFirstReactProject - you can change this with your project name.
12+
##### Note - myFirstReactProject - you can change this with your project name.
1413

1514

1615
# Reactjs Installation:

0 commit comments

Comments
 (0)