Back to React Sketchapp

Profile Cards w/ GraphQL

examples/profile-cards-graphql/README.md

3.2.2799 B
Original Source

Profile Cards w/ GraphQL

How to use

Download the example or clone the repo:

bash
curl https://codeload.github.com/airbnb/react-sketchapp/tar.gz/master | tar -xz --strip=2 react-sketchapp-master/examples/profile-cards-graphql
cd profile-cards-graphql

Install the dependencies

bash
npm install

Then, open Sketch and navigate to Plugins → react-sketchapp: Profile Cards w/ GraphQL

Run with live reloading in Sketch

bash
npm run render

The idea behind the example

Building on the Profile Cards example, it's simple to fetch real data for your mockups with GraphQL!