https://github.com/johnborges/instaclone
📸 🔥 Instagram clone built using react-native
https://github.com/johnborges/instaclone
ios javascript react-native
Last synced: about 2 months ago
JSON representation
📸 🔥 Instagram clone built using react-native
- Host: GitHub
- URL: https://github.com/johnborges/instaclone
- Owner: johnborges
- Created: 2018-05-21T13:48:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T14:30:28.000Z (almost 8 years ago)
- Last Synced: 2025-09-24T08:46:53.517Z (10 months ago)
- Topics: ios, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 780 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instaclone
Instagram clone built using react-native, AWS, & GraphQL
## Get Started
`$ yarn install`
## Running on Simulator
`$ yarn start`
## Backend Setup
This projects uses the AWS Mobile Hub as the starting point for creating a mobile backend infastructure. The following steps assume you have an AWS account with sufficient permissions with your IAM role.
Install & Configure for AWS Mobile
`$ npm i -g awsmobile-cli`
From within your project root run:
`$ awsmobile configure`
Initialize your project in AWS Mobile Hub
`$ awsmobile init `
Follow subsequent prompts to finish project setup.
Link an the `aws-amplify` dependancy
`$ react-native link amazon-cognito-identity-js`