Skip to content

iconsbox/sketch-integration

Repository files navigation

Basic setup

How to use

Download the example or clone the repo:

curl https://codeload.github.com/airbnb/react-sketchapp/tar.gz/master | tar -xz --strip=2 react-sketchapp-master/examples/basic-setup
cd basic-setup

Install the dependencies

npm install

Then, open Sketch and navigate to Plugins → react-sketchapp: Basic skpm Example

Run with live reloading in Sketch, need a new sketch doc open

npm run render

The idea behind the example

skpm is the easiest way to build react-sketchapp projects - this is a minimal example of it in use.

examples-basic