This the frontend code of the instagram clone built using React.
Download frontend code and open it in vscode or any code editor. Get inside the folder and download the node modules using below command and run the code
#to download node_modules
npm i
#to run the code
nodemon app
In the above case your frontned will run on port 3000.