We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb890b commit 1109cf9Copy full SHA for 1109cf9
README.md
@@ -1,16 +1,15 @@
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
+### `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
+2. Go to the project folder and run npm install
+### `cd myFirstReactProject`
+### `npm install`
8
9
3. Now run your app
10
-npm start
+### `npm start`
11
12
-Hope this will help.
13
-Note - myFirstReactProject - you can change this with your project name.
+##### Note - myFirstReactProject - you can change this with your project name.
14
15
16
# Reactjs Installation:
0 commit comments