You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
9
+
10
+
npm install -g create-react-app
11
+
Live Application URL
12
+
The Application is deployed in https://aditya-sridhar.github.io/simple-reactjs-app
13
+
14
+
Click on the link to see the application
15
+
16
+
Cloning and Running the Application in local
17
+
Clone the project into local
18
+
19
+
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
20
+
21
+
npm install
22
+
In order to run the application Type the following command
0 commit comments