An instagram clone application, made using NodeJs, ReactJs and React Native.
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