We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94afe38 commit 3cd0e9bCopy full SHA for 3cd0e9b
README.md
@@ -1,13 +1,13 @@
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 install
6
- ### `cd myFirstReactProject`
+ #### `cd myFirstReactProject`
7
### `npm install`
8
9
3. Now run your app
10
- ### `npm start`
+ #### `npm start`
11
12
##### Note - myFirstReactProject - you can change this with your project name.
13
0 commit comments