Skip to content

Anshikapal05/my-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloning an React project and running locally

git clone https://github.com/Anshikapal05/my-portfolio

cd my-portfolio

Look at the files and folder of the project Delete node_modules folder and package-lock.json file if exists

Run this following commands

npm install

this will create node_modules folder and package-lock.json

npm start

it will start your react app

Now go to http://localhost:3000/ to visit your app