Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 501 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 501 Bytes

react-sketchapp-examples

description

react-sketchapp is a tool to help developers and designers collaborate using react and sketch. react-sketchapp was created by airbnb and can be found here.

Usage

I configured react-sketchapp using skpm.

npm install -g skpm
  1. fork this repo.

  2. npm install

npm i
  1. start plugin
npm run start
  1. build plugin
npm run build