Skip to content

CarlosLevir/Instaclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Clone

An instagram clone application, made using NodeJs, ReactJs and React Native.

Cloning

Clone the project with the following command:

https://github.com/CarlosLevir/instagram-clone.git

Then, run these commands to install the dependencies.

cd instagram-clone
yarn //or npm i
yarn bootstrap

At this time, you can start the project with the following commands:

To start the whole application, run:

yarn dev

To start only backend and frontend, run:

yarn dev-web

To start only backend and mobile, run:

yarn dev-mobile