All Projects → kristinbaumann → React Sketchapp Starter Kit

kristinbaumann / React Sketchapp Starter Kit

Initial Setup for React Sketchapp Project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Sketchapp Starter Kit

sketch-data-faker
A Sketch plugin providing 130+ types of smart placeholder content for your mockups from Faker.js and other sources.
Stars: ✭ 62 (+129.63%)
Mutual labels:  sketch, sketchapp
Sketchcontentsync
Sync sketch files with google docs.
Stars: ✭ 270 (+900%)
Mutual labels:  sketchapp, sketch
sketch-dark-mode
Generate a dark mode version of any Sketch document, the right way.
Stars: ✭ 58 (+114.81%)
Mutual labels:  sketch, sketchapp
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+2959.26%)
Mutual labels:  sketchapp, sketch
Sketch Image Compressor
A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.
Stars: ✭ 338 (+1151.85%)
Mutual labels:  sketchapp, sketch
Sketchcrapp
SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur.
Stars: ✭ 218 (+707.41%)
Mutual labels:  sketchapp, sketch
sketch-json-cli
Transform sketch files to json and json to sketch files
Stars: ✭ 13 (-51.85%)
Mutual labels:  sketch, sketchapp
Data Populator
A plugin for Sketch and Adobe XD to populate your design mockups with meaningful data. Goodbye Lorem Ipsum. Hello JSON.
Stars: ✭ 1,665 (+6066.67%)
Mutual labels:  sketchapp, sketch
Keys For Sketch
Advanced shortcut manager for Sketch app.
Stars: ✭ 281 (+940.74%)
Mutual labels:  sketchapp, sketch
Sketch Connection Flow Arrows
Plugin for generating easy to use connection flow arrows in Sketch
Stars: ✭ 275 (+918.52%)
Mutual labels:  sketchapp, sketch
Sketch Web Viewer
View and inspect Sketch 43 files in browser
Stars: ✭ 853 (+3059.26%)
Mutual labels:  sketchapp, sketch
Html Sketchapp Cli
Quickly generate Sketch libraries from HTML documents and living style guides, powered by html-sketchapp
Stars: ✭ 631 (+2237.04%)
Mutual labels:  sketchapp, sketch
Paddy Sketch Plugin
Automated padding, spacing and alignment for your Sketch layers
Stars: ✭ 2,219 (+8118.52%)
Mutual labels:  sketchapp, sketch
SketchStrap
SketchStrap - Bootstrap customizer
Stars: ✭ 42 (+55.56%)
Mutual labels:  sketch, sketchapp
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (+396.3%)
Mutual labels:  sketchapp, sketch
autopdfexporter-sketch-plugin
A Sketch Plugin to auto-export all '[S]' Prefix artboards to a single pdf, no slices needed! Plugin auto creates slices from prefixed Artboards and exports them into a single page-sorted pdf file.
Stars: ✭ 16 (-40.74%)
Mutual labels:  sketch, sketchapp
Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (+318.52%)
Mutual labels:  sketchapp, sketch
Sketch Json
Transform sketch files to json and json to sketch files
Stars: ✭ 113 (+318.52%)
Mutual labels:  sketchapp, sketch
Node Sketch
💎 Javascript library to manipulate sketch files
Stars: ✭ 273 (+911.11%)
Mutual labels:  sketchapp, sketch
Sync.sketchplugin
Keep your design team in sync!
Stars: ✭ 357 (+1222.22%)
Mutual labels:  sketchapp, sketch

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].