sarveshpro / react-sketchapp-starter-kit

Initial Setup for React Sketchapp Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-sketchapp-starter-kit logo

Initial Setup for a React Sketch.app Project

Usage

Tested with Sketch v.47.1

  • Clone this repository

    git clone git@github.com: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

About

Initial Setup for React Sketchapp Project


Languages

Language:JavaScript 100.0%