An instagram clone application, made using NodeJs, ReactJs and React Native.
Clone the project with the following command:
https://github.com/CarlosLevir/instagram-clone.gitThen, run these commands to install the dependencies.
cd instagram-clone
yarn //or npm i
yarn bootstrapAt this time, you can start the project with the following commands:
To start the whole application, run:
yarn devTo start only backend and frontend, run:
yarn dev-webTo start only backend and mobile, run:
yarn dev-mobile