/Instaclone

:iphone: Monorepo of instagram clone.

Primary LanguageJavaScript

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