We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59a7b3 commit 5cb890bCopy full SHA for 5cb890b
README.md
@@ -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
16
# Reactjs Installation:
17
18
Reactjs can be installed by using any of the following ways:
0 commit comments