Skip to content

AmanSinghBhogal/React-Task-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Task 2 Aman Singh Bhogal

ScreenShots:

SS1 SS2

Steps to Run on Local Machine


Note: You need to have Node.Js installed in your Local Machine if not, first install it from here.

Step 1) Clone AmanSinghBhogal/React-Task-2.
Step 3) Open React-Task-2 cloned Directory in Command Prompt and run the following command (It will install all the Dependencies needed to run):
npm i

Step 4) Once all the dependencies are successfully installed, Run the following Command:

npm start

Step 5) Once the above steps are done you should get the message:

You can now view client in the browser.
  Local:            http://localhost:3000 
  webpack compiled successfully

Step 6) Open Browser and go to http://localhost:3000


Thank You

***