Back to React Sketchapp

Basic setup

examples/basic-setup/README.md

3.2.2791 B
Original Source

Basic setup

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/basic-setup
cd basic-setup

Install the dependencies

bash
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

bash
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.