Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 594 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 594 Bytes

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