File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# How to Install - Step by Step Guide
2
2
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 `
4
4
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 `
8
8
9
9
3 . Now run your app
10
- npm start
10
+ ### ` npm start `
11
11
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.
14
13
15
14
16
15
# Reactjs Installation:
You can’t perform that action at this time.
0 commit comments