📷 Instagram clone built with Vue 2 & Apollo
After downloading this example please follow these steps.
To run this example, please create a Graphcool account and copy your endpoint. This shouldn't take longer than a minute. We promise!
This is how our GraphQL data model looks like:
type Post {
description: String!
imageUrl: String!
}
Open src/main.js
and paste your endpoint to the following line:
const httpLink = new HttpLink({
uri: 'https://api.graph.cool/simple/v1/__PROJECT_ID__'
})
You're done configuring the example application. Please run the following command and open localhost:8080 in your browser. Have fun exploring! 🎉
yarn && yarn serve
Join our Slack community if you run into issues or have questions. We love talking to you!