Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 780 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 780 Bytes

react-sketchapp-starter-kit logo

Initial Setup for a React Sketch.app Project

Usage

Tested with Sketch v.50.2

  • Clone this repository

    git clone [email protected]:kristinbaumann/react-sketchapp-starter-kit.git project-name
    cd project-name
    rm -rf .git
    
  • Install npm dependencies

    npm install
  • Open Sketch with a new project

  • Render the React code

    npm run render
  • View the result in Sketch:

react-sketchapp-starter-kit result